We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
onPress callback is triggered twice if button is pressed with "Enter" key and removed during the callback.
onPress
button
onPress callback is invoked once
Pressable
role="button"
https://codesandbox.io/p/devbox/ypp6kr
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Describe the issue
onPress
callback is triggered twice ifbutton
is pressed with "Enter" key and removed during the callback.Expected behavior
onPress callback is invoked once
Steps to reproduce
button
(e.g.Pressable
withrole="button"
onPress
callback that will remove the buttonbutton
(e.g. "Tab" key)Test case
https://codesandbox.io/p/devbox/ypp6kr
Additional comments
No response
The text was updated successfully, but these errors were encountered: