Skip to content

[TextInput] scrollEnabled is not working for the multiline inputs #558

Closed
@Simek

Description

@Simek

Environment

  1. react-native -v: 0.61.5
  2. npm ls react-native-macos: 0.61.65
  3. node -v: 14.7.0
  4. npm -v: 6.14.4
  5. yarn --version 1.22.4
  6. xcodebuild -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.

Aug-20-2020 22-57-07

Steps to Reproduce

  1. Clone https://github.com/Simek/react-native-macos-reminders.git
  2. Open macos/Reminders.xworkspace in Xcode
  3. Build or launch the app
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions