-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
[FEAT] - Add Enter button #50
Comments
Definitely a workaround but you might switch the focus onto the body element and trigger a click event to hide the keyboard. If you would also like to call a function (i.e. executing a search), something like this might work: HTML:
JS:
|
Hey Can you please help me when it'll be available? |
Hello Adesh, |
Hey @Moonbird-IT |
I would like to end typing text into the search input field by pressing Enter, but I'm not sure if there is a way to add Enter key to the keyboard layout.
I've tried using the 'input' event listener on the input field to filter search results as you type so there wouldn't be a need for Enter/Return button, but while the event is triggered while using a real keyboard, it is not triggered when using KioskBoard virtual keyboard.
Adding an Enter button to the virtual keyboard, that would end entry to the input field and remove the onscreen keyboard could solve my problem.
The text was updated successfully, but these errors were encountered: