vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
807 stars 150 forks source link

Manual v-model #348

Closed szwalkowski closed 1 year ago

szwalkowski commented 1 year ago

Hi,

I can't figure out one thing ;) How to catch any changes from element?

tried <multiselect :modelValue="standardSet" @input="log($event)"

@change @value @model-value

well, many.

How one can tell what to expect?

szwalkowski commented 1 year ago

Forget it. Found it https://github.com/shentao/vue-multiselect/blob/next/README.md