1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Fix drawer bindable input not updating when typing with drawer closed

This commit is contained in:
Andrew Kingston 2021-02-16 13:17:30 +00:00
parent bd72b14ce3
commit eeb912a4a6

View file

@ -30,7 +30,7 @@
<Input
thin
value={readableValue}
on:change={event => onChange(event.detail)}
on:change={event => onChange(event.target.value)}
placeholder="/screen" />
<div class="icon" on:click={bindingDrawer.show}>
<Icon name="lightning" />