Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When using the multiselect, I am binding an empty array to the value via v-model, but an empty string value is being added which causes several different issues.
First, when adding a second item, there is now a comma in front of the first visible chip.
Second, when backspacing to remove items, the following error is thrown:
Third, there are validation issues because of the empty items and we can't limit the number of selections to 1.
Here is a sample of the markup:
The datasource is fine, just an array of objects conforming to normal FieldSettingsModel. Form.CC is an empty array at initialization, but when I open the form with the control, several dozen update:value events are fired with empty values like this:
Not only is this bad for page performance, but the value is junk and should never be getting emitted.