vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

Prevent Input keydown propagation?

Open mikewuu opened this issue 5 years ago • 3 comments

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.

mikewuu avatar May 27 '19 12:05 mikewuu

The best chance to get the event is to listen on @input

JohMun avatar Jun 30 '19 11:06 JohMun

Thanks! Didn't see in the events section that the @input event was exposed.

mikewuu avatar Jun 30 '19 11:06 mikewuu

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

JohMun avatar Jun 30 '19 13:06 JohMun