vue-tags-input
vue-tags-input copied to clipboard
Prevent Input keydown propagation?
Sorry if I missed it in the docs, but is there a way to receive the input field's keydown event? I'd like to stop it propagating.
The best chance to get the event is to listen on @input
Thanks! Didn't see in the events section that the @input
event was exposed.
But I seems to me, that the event is not passed as parameter currently... sry. For now, you only recieve the input value of the text field