dwieringa
Results
2
comments of
dwieringa
Maybe the resolution should be to change the documentation to state "Emitted after this.value is changed by user action." I am currently relying on the fact that this event only...
https://github.com/shentao/vue-multiselect/issues/1191 is related. When using `:taggable="true"`, the `addTag` event handler you provide is responsible for updating the value. See https://vue-multiselect.js.org/#sub-tagging ``` The event handler should add the received tag to...