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
Using the combobox as follows: <Combobox v-model="selected" multiple :by="key">
I've created a feature to add new items to the selected list. ComboboxOption exposes selected, and active.
When i add a new item on the selected list on the parent component, it seems that selected prop is not reactive to this change.
How to make it reactive? i.e. how to select items outside the context of combobox?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Using the combobox as follows:
<Combobox v-model="selected" multiple :by="key">
I've created a feature to add new items to the selected list.
ComboboxOption
exposes selected, and active.When i add a new item on the selected list on the parent component, it seems that selected prop is not reactive to this change.
How to make it reactive? i.e. how to select items outside the context of combobox?
Beta Was this translation helpful? Give feedback.
All reactions