Closed ibilux closed 1 year ago
the defaultValue attribute for ListInput is set to the outer html wrapper and not the <input>.
defaultValue
ListInput
<input>
There shouldn't be such property in Svelte, it is React only feature
the
defaultValue
attribute forListInput
is set to the outer html wrapper and not the<input>
.