Add onOptionToggle
event to MultiSelect
#3152
Unanswered
TylerWanta
asked this question in
PrimeVue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the
MultiSelect
always emits the entire list of selected items whenever a single one is selected / deselected. This makes it very inefficient to know which single option was selected / deselected. I'd hate to have to keep a copy of the selected items and then search through the entire list of currently selected items just to find out which one was deselected. It would be easy to emit the single option selected inonOptionSelect
, inMultiSelect.vue
.I can create a pull request if it would help
Beta Was this translation helpful? Give feedback.
All reactions