Needing some guidance using the new runes #14137
Unanswered
dimitarnikolovv
asked this question in
Q&A
Replies: 1 comment 1 reply
-
would really help if you create a reproduction either on https://svelte.dev/playground or if you have a sveltekit project on https://www.sveltelab.dev/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So basically I have two components that share a state. One for a data table, and one for rendering each row, and editing the information.
The problem I am facing is that if the variantsArray binding in the Table.svelte components change everything is rendering and updating as expected, but when I change some of the bindings in the Row.svelte component through the input fields, the value in the inputs does not change, as, the whole table rerenders before the values are stored in the $formData.variants array. I really can't figure out a way to implement this functionality correctly. Any feedback is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions