-
Notifications
You must be signed in to change notification settings - Fork 77
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
Possible bug: value persists "mouse" after pressed a key on a checkbox or a radio. #128
Comments
|
Hi @DmitryLen, thanks for bringing this issue up. Your first message sounds like the intended behavior when interacting with forms. I have that documented under interacting with forms. Can you take a look at that and let me know if you're seeing that or a bug? If, for your app, you want to detect all input changes, even when interacting with a form, you can use The second issue you found, keyboard detection on iOS, seems like a bug. Did you see that in the current version of iOS so I can test? |
I've read the interacting with forms section. The second issue you found, keyboard detection on iOS, seems like a bug. Did you see that in the current version of iOS so I can test? |
IOW, |
Because
const formInputs = ['button', 'input', 'select', 'textarea']
includes aninput
tag,"whatintent" value persists "mouse" after pressed a key on a checkbox or a radio.
Possible solution:
`
The text was updated successfully, but these errors were encountered: