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
Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information.
Vue Version: vue@3.2.32
Vue Select Version: vue-select@4.0.0-beta.3
Describe the bug
The function executed on the @option:selected event on a multiple select receives as argument the whole selection and not the single option
Expected behavior
The function should receive as argument only the single involved option.
The text was updated successfully, but these errors were encountered:
As the array returned from @option:selected event ALWAYS preserves the order of the selected values, you can use its length to get the latest selected option.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The function executed on the @option:selected event on a multiple select receives as argument the whole selection and not the single option
Expected behavior
The function should receive as argument only the single involved option.
The text was updated successfully, but these errors were encountered: