Closed
Description
Environment
react-native -v
: 0.61.5npm ls react-native-macos
: 0.61.65node -v
: 14.7.0npm -v
: 6.14.4yarn --version
1.22.4xcodebuild -version
: 11E708
Issue
Refs: https://reactnative.dev/docs/textinput#scrollenabled
Currently when TextInput have multiline
property and scrollEnabled
is set to false
user can still scroll the input content.
Steps to Reproduce
- Clone
https://github.com/Simek/react-native-macos-reminders.git
- Open
macos/Reminders.xworkspace
in Xcode - Build or launch the app
- Try to scroll when main reminder TextInput is focused
Expected Behavior
TextInput content do not scroll.
Actual Behavior
User can scroll the content on multiline TextInput even when scrollEnabled
is set to false
.
Reproducible Demo
Additional context
AMA