moreta / vue-search-select

A Vue.js search select component
https://vue-search-select.netlify.com
MIT License
402 stars 127 forks source link

event v-on:changed is does not work #149

Closed francoZuniga32 closed 3 years ago

francoZuniga32 commented 3 years ago

hi, my application require the v-on: change for emit one event to parent, but the event v-on: changed is does not work. which is method for these cases? thanks in advance.

francoZuniga32 commented 3 years ago

sorry I was able to solve this, using another way to apply the select on my form.