Closed szwalkowski closed 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?
Forget it. Found it https://github.com/shentao/vue-multiselect/blob/next/README.md
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?