MadimetjaShika / vuetify-google-autocomplete

A Vuetify ready Vue.js autosuggest component for the Google Places API.

Home Page:https://madimetjashika.github.io/vuetify-google-autocomplete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No "keydown" event support

damienmcd opened this issue · comments

There doesn't seem to be any support for the "keydown" event, which would be used for detecting events on the backspace button.
I need to detect the backspace key press but the keypress event only picks up character (printable) keys.

Hi there,

Is the keydown event supported by the Vuetify text-field component? And if it is which version of Vuetify supports it? I'm happy to incorporate it if it's supported by Vuetify.

Regards,
Madi

Hi Madi,

The keydown event was broken previously but was fixed in v1.1.0-alpha.4 (https://github.com/vuetifyjs/vuetify/releases/tag/v1.1.0-alpha.4).

It would be great to have support for this added.

Thanks,
Damien

Thanks Damien, happy to incorporate that into the component. Will include it with the next update.

Regards,
Madi

Great. Looking forward to using it. Thanks!