New to Kendo UI for Vue? Start a free 30-day trial
How to select one value from the MultiSelect multiple times
Updated on Oct 31, 2025
Environment
| Product Version | 7.0.0 |
| Product | Progress® Kendo UI for Vue MultiSelect |
Description
I want to be able to select one value from the MultiSelect popup multiple times and display it in the selected values as many times as it was selected. I want to be able to remove only one instance of them at a time.
Solution
The MultiSelect is designed to select each value only one time, but by utilizing the change event and using the nativeEvent target that triggered the event could allow you to change the selection as per the requirement.
This is an example showcasing this in action:
Change Theme
Theme
Loading ...