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(numberinput): tapping step buttons on Android mobile pops up keyboard #418

Open
LoneRifle opened this issue Jul 4, 2023 · 0 comments
Assignees

Comments

@LoneRifle
Copy link
Contributor

LoneRifle commented Jul 4, 2023

input-keyboard-popup.mp4

Per title. When the step buttons in a NumberInput is tapped on an Android device, the input steals focus and brings up the keyboard.

Reproduced in this codesandbox:
https://codesandbox.io/s/awesome-http-xc3mpf?file=/src/index.js

Additional Context

The focus stealing happens to trigger screen readers to read out the new value via ARIA, but brings up the keyboard. Any solution that removes focus stealing will need to also provide functionality to allow screen readers to continue reading out values.

@LoneRifle LoneRifle changed the title bug(numberinput): tapping step buttons on mobile pops up keyboard bug(numberinput): tapping step buttons on Android mobile pops up keyboard Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants