fix(webui): editable respects initial value

feat/tables
Tomáš Mládek 2024-02-17 17:03:04 +01:00
parent 7b1c37eb54
commit 1dd4f059d3
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
>
<Selector
{types}
initial={value}
bind:this={selector}
on:focus={(ev) => (focus = ev.detail)}
on:input={onInput}