matiastucci/vue-input-tag

How to Attach evento on input box?

davemin opened this issue · 1 comments

Hi,

how to add a custom events on input box inside your plugins? i need to add onblur and onfocus event

best
D

You need to add a ref: https://vuejs.org/v2/api/#ref. Please, search in the issues next time 👍