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
The problem
Adding the property selectTextOnFocus to multiple TextInputs can cause the focus to jump between them indefinitely.
selectTextOnFocus
TextInput
How to reproduce
Simplified test case: https://codesandbox.io/s/nifty-kowalevski-tbmev
Video:
Steps to reproduce:
Expected behavior
The last clicked input should get the focus.
Environment (include versions). Did this work in previous versions?
The text was updated successfully, but these errors were encountered:
I cant reproduce this on macOS. Are you on Linux?
Sorry, something went wrong.
d21c401
Yes, I am on Linux. If I recall correctly the issue occurred on Windows as well, but I'm not entirely sure about that. Anyway, thanks for your help.
[fix] Avoid edge case where focus jumps between TextInputs
645078f
Close necolas#2163 Fix necolas#2162
No branches or pull requests
The problem
Adding the property
selectTextOnFocus
to multipleTextInput
s can cause the focus to jump between them indefinitely.How to reproduce
Simplified test case:
https://codesandbox.io/s/nifty-kowalevski-tbmev
Video:
Steps to reproduce:
Expected behavior
The last clicked input should get the focus.
Environment (include versions). Did this work in previous versions?
The text was updated successfully, but these errors were encountered: