matiastucci / vue-input-tag

:bookmark: Vue.js 2.0 Input Tag Component
https://tucci.me/vue-input-tag
MIT License
536 stars 135 forks source link

how can i controll event? #92

Closed jotender closed 5 years ago

jotender commented 5 years ago

Version of Vue I'm using?: 2.5.2

Version of vue-input-tag I'm using?: 2.0.1

Small JSFiddle showing the issue: _____

i want to add method for v-on:change or v-on:blur, but it can't run method here is my code

<input-tag v-model="row.item.synonyms" @change="myMethod">
</input-tag>

<input-tag v-model="row.item.synonyms" @blur="myMethod">
</input-tag>

could you tell me what can i do?

jotender commented 5 years ago

also, when i sort data using by key, that data changed without tag. how can i fix it?

here is screenshot image

matiastucci commented 5 years ago

About the sort, please create another issue with a JSFiddle example.