Skip to content
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

[BUG] - Input focus #86

Open
alprde opened this issue Sep 25, 2023 · 1 comment
Open

[BUG] - Input focus #86

alprde opened this issue Sep 25, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@alprde
Copy link

alprde commented Sep 25, 2023

The input focus feature doesn't work when the keyboard is opened. In other words, when we normally click on an input, the CSS focus property works, but when I add the keyboard class to the input, the focus doesn't work.

@alprde alprde added the bug Something isn't working label Sep 25, 2023
@alprde alprde changed the title [BUG] - [BUG] - Input focus Sep 25, 2023
@onurkantar
Copy link

Since it's a kiosk keyboard you normally don't focus the input. Just type and press enter. You can use keysEnterCallback to handle enter press.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants