Fix drawer bindable input not updating when typing with drawer closed
This commit is contained in:
parent
bd72b14ce3
commit
eeb912a4a6
|
@ -30,7 +30,7 @@
|
||||||
<Input
|
<Input
|
||||||
thin
|
thin
|
||||||
value={readableValue}
|
value={readableValue}
|
||||||
on:change={event => onChange(event.detail)}
|
on:change={event => onChange(event.target.value)}
|
||||||
placeholder="/screen" />
|
placeholder="/screen" />
|
||||||
<div class="icon" on:click={bindingDrawer.show}>
|
<div class="icon" on:click={bindingDrawer.show}>
|
||||||
<Icon name="lightning" />
|
<Icon name="lightning" />
|
||||||
|
|
Loading…
Reference in New Issue