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
How is this supposed to work? Is this JUST for the binding of components to items in the repeated items.
Using your example from the docs (hint...you may want to update the docs for this use)
articles[itemId].colour
Could be bound to some dropdownselect or some other input, so a user could SET the colour to some value and it will be updated in the state for "articles"?
For display we still use
@{itemId.colour}
Could be somewhat confusing to use two separate notations, but I guess the point for this is that now you could do something like
otherstate[itemId].someattribute
and set an attribute in some other state item, here now "otherstate".
Using your example from the docs (hint...you may want to update the docs for this use)
articles[itemId].colour
Could be bound to some dropdownselect or some other input, so a user could SET the colour to some value and it will be updated in the state for "articles"?
For display we still use
@{itemId.colour}
Could be somewhat confusing to use two separate notations, but I guess the point for this is that now you could do something like
otherstate[itemId].someattribute
and set an attribute in some other state item, here now "otherstate".
Originally posted by @thondeboer in #26 (comment)
The text was updated successfully, but these errors were encountered: