You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idiomatic way to do two way binding in Svelte 4 is bind:propname, for example for a <ListInput> I'd expect something like this to work and update the value property.
Check that this is really a bug
Reproduction link
https://svelte.dev/repl/f6373a9c406f41e4a541d173f047951a?version=4.2.15
Bug description
The idiomatic way to do two way binding in Svelte 4 is
bind:propname
, for example for a<ListInput>
I'd expect something like this to work and update thevalue
property.However on latest Konsta this only sets the default value and after editing the input the value does not update it.
Expected Behavior
Value can be updated in two way binding.
Actual Behavior
Not possible
Konsta UI version
3.1.2
Platform/Target and Browser Versions
macOS
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: