outl1ne/nova-multiselect-field

Migrate from `vue-multiselect` to `vueform/multiselect`

Opened this issue · 1 comments

vueform/multiselect is better maintained and has better accessibility.
Both have very similar API, so it's shouldn't be too much of a hassle to migrate.
Another benefit is that vueform/multiselect support appending the dropdown to the body which would prevent the dropdown from being cut when they are placed inside a modal: vueform/multiselect#341