-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prevent default keyboard event on the desktop platform #17
Comments
Hey @DogeVenci, can you explain a bit more on the prevent them on desktop? |
@xsahil03x I am currently using RawKeyboardListener to customize shortcuts.
My suggestion is to add an onKey method on MultiTriggerAutocomplete to customize the processing of keys event |
@DogeVenci thanks, I will try to work on this sometime next week. |
@xsahil03x Hey Sahil, do you still have any plans of adding keyboard navigation? I've been trying to do it by myself to then open a PR but it's way too different of how the default Autocomplete widget works. Great job on the plugin! |
@gildaswise i do have the plans but I'm a bit busy with the work. |
Is your feature request related to a problem? Please describe.
I hope to be able to use the tab, up and down arrow keys, and other keys to select options. For TextField, the default key events need to be blocked.
Describe the solution you'd like
prevent default key event like tab, up and down arrows key .
The text was updated successfully, but these errors were encountered: