Replies: 1 comment
-
I converted this to a discussion since it is more of a question rather than an issue.
|
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
-
Hello
I have a button on the page that when clicked adds a new item to an array (like items array).
And for each item that is added, a text field is visible to me to edit label of checkbox.
Actually, I create checkbox items dynamically.
Now, if I want to show a checkbox for the elements in this array in a v-for loop, I get an error.
If the items array is fixed and not reactive, there will be no problem, but if the items are reactive and change dynamically, the checkboxes will not work properly.
Beta Was this translation helpful? Give feedback.
All reactions