Replies: 2 comments
-
I'm not sure what this attribute on the
Do you mean to use the
(I added the closure so it would be reactive) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I rewrote the code as this: From
To
And the For loop from:
To
So now the
Is actually updated once the underlaying vector is modified. I still got problems with the code section as there is some borrowing wrong but maybe I'll figure that out as well. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this problem:
https://stackoverflow.com/questions/77327851/leptos-update-the-option-text-when-the-underlaying-datastructure-changes
Please direct me to a example where the inside a ... are created and updated dynamically based on the selectionOptions signal below:
I'm completely lost. Seems the For does not update the structure on demand.
Beta Was this translation helpful? Give feedback.
All reactions