You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Native - a text input with editable={false} where data is displayed and generated through outside modal wrapped with MotiPressable can no longer be clicked in version 0.28.1. It appears as if the TextInput had higher z-index. It worked correctly in 0.21.0.
Expected Behavior
It should be clickable. It is only clickable if the hitslop is larger than the Input, so you can click on the sides.
Steps To Reproduce
Wrap TextInput with editable={false} in MotiPressable
Is there an existing issue for this?
Do you want this issue prioritized?
Current Behavior
React Native - a text input with editable={false} where data is displayed and generated through outside modal wrapped with MotiPressable can no longer be clicked in version 0.28.1. It appears as if the TextInput had higher z-index. It worked correctly in 0.21.0.
Expected Behavior
It should be clickable. It is only clickable if the hitslop is larger than the Input, so you can click on the sides.
Steps To Reproduce
Wrap TextInput with editable={false} in MotiPressable
Versions
Screenshots
No response
Reproduction
The text was updated successfully, but these errors were encountered: