-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Input inside of Portal duplicates text #2780
Comments
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
Up, faced same issue. :) |
Same issue here. |
Same issue here, facing this after upgrading from React Native v0.62.2 to v0.63.0 |
Is that issue still valid? Wondering whether the reported bug is specific to the library or |
As of RN 0.67.2 and RNP 4.11.2, I ran into this problem when I had a TextInput inside a Modal (which was inside a Portal), testing on a Samsung Galaxy Tab. |
this is a really weird bug and nothing has prepared me for this. |
Still experiencing it ! Can't say how much time I've lost finding it was linked to Portal !! I've found hints Here |
Current behaviour
When a
react-native
TextInput
is inside of aPortal
(even if as a descendant, say, inside nestedView
s inside of aModal
), when the user types, it will (inconsistently) duplicate the existing text in the input boxThere doesn't seem to be a correlation between how much the user types. In my app (a non-minimal repro that I won't link), it seems to be nearly every 2-3 characters, but the minimal repro that I WILL link happens significantly more infrequently
I have only confirmed this behavior on Android, have not tested on iOS.
Expected behaviour
Text inputs in
Portal
should not duplicate text incorrectlyCode sample
https://github.com/crutchcorn/rn-paper-portal-bug-repro
Screenshots (if applicable)
What have you tried
react-native
react-native-paper
Your Environment
The text was updated successfully, but these errors were encountered: