moayadnajd / nativescript-filter-select

A NativeScript plugin to provide an listview widget to select AND filter items
http://codeobia.com
Other
37 stars 19 forks source link

Vue change event passing selected value #63

Open svkmedia opened 4 years ago

svkmedia commented 4 years ago

How can I call change event and pass there selected option? I'm trying like this but it's not working...

@change="countryChange($event)"

Woongsik commented 4 years ago

Try @change="(args) => countryChange(args)"