-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
On iOS, TextInput stops responding to user input when maxLength > 5.5 quadrillion #48941
Comments
Warning Could not parse version: We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.76.2. |
Warning Could not parse version: We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.76.2. |
Not sure how I can fix the bot, I updated the description with the full version number, react-native 0.76.6 |
Hi , #48947 may fix this issue. |
Description
In iOS, the TextInput component stops responding to user input if
maxLength
is greater than 5.50 quadrillion (5500000000000000). The exact number is somewhere between 5.49 and 5.5 quadrillion, but I'll leave that as an exercise for the reader.Steps to reproduce
maxLength
prop, greater than 5500000000000000React Native Version
0.76.6
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://snack.expo.dev/9RnT_dmqTwVK8of5iVUJ-
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: