matiastucci/vue-input-tag

how can i controll event?

Closed this issue · 2 comments

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?

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

here is screenshot
image

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