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.34k forks source link

@update:modelValue, @options:selected. @options:deselected Events are triggered on init #1577

Closed milanteo closed 2 years ago

milanteo commented 2 years ago

Describe the bug When using v-model setting and listening to the @update:modelValue/@options:selected7@options:selected the attached functions are executed on page load and not only on the update events

Expected behavior No events on page load, and events only on direct user interaction

Desktop (please complete the following information):

milanteo commented 2 years ago

Found that was my implementation issue, closing this

Sorry about that