sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

@input event in Vue.js 3 #1820

Closed erikas-tranauskas closed 4 months ago

erikas-tranauskas commented 4 months ago

https://vue-select.org/api/events.html#input

It seems that input event doesn't work on v4.0.0-beta.6

Any ideas how to catch the event on removing the selected item by pressing the X button on the select?

erikas-tranauskas commented 4 months ago

Oh just found the @update:modelValue it does the job.