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
After having read all of #4744 and after having asked svelte-society/recipes-mvp#60 as well, I thought that perhaps this is a situation that has not yet been resolved.
Forgive me if it is already open elsewhere: I could not find it.
After having read all of #4744 and after having asked svelte-society/recipes-mvp#60 as well, I thought that perhaps this is a situation that has not yet been resolved.
Forgive me if it is already open elsewhere: I could not find it.
REPL: https://svelte.dev/repl/7aca36569aea49bba38e5fb8b1b0835b?version=3.24.1
I can use
bind:value={rows[id].qty}
orrows=rows
but it seems hacky to me.Expected behavior
Is there a way to use something like:
bind:value={row.qty}
and still correctly updaterows
array?The text was updated successfully, but these errors were encountered: