TerryZ / v-selectmenu

SelectMenu for Vuejs, A simple, easier and highly customized menu solution
https://terryz.github.io/docs-vue/#/selectmenu
MIT License
187 stars 25 forks source link

v-select emitting `input` on load #26

Open doublemarked opened 5 years ago

doublemarked commented 5 years ago

The component is emitting an input event when it loads, which triggers event handlers despite there being no change in model data.

TerryZ commented 4 years ago

Fixed in the latest version.

doublemarked commented 4 years ago

It took me a while to get around to upgrading and testing this, but in the latest version (v2.0.2) the problem remains.