Open
Description
Describe the bug
v-model does not clear the values when the data is asigned to empty array
To Reproduce
Steps to reproduce the behavior:
https://stackblitz.com/edit/tijjnq-fvdw1y?file=src%2Fmain.vue
select two items in the v-model multiselect
click the clear button
open again the v-model multiselect
Expected behavior
The values in the multiselect are not selected
Screenshots
The values are still selected when the dropdown opens again
Browser
- OS: [for example, iOS]
- Browser [for example, Chrome, Safari]
- Version [for example, 22]
Additional context
It is working correctly when we are using value/change multiselect