Skip to content

TextInput does not scroll sideways when text overflows #1

@bjrn

Description

@bjrn

Normally when cursor reaches right side of TextInput the text scrolls as you type. Not in this example. We ran into this recently when upgrading a project to React Native 0.41.0 and found out that the height of a TextInput must be larger than 30 for the expected sideway scrolling to work.
We ended up setting height to 34 after some testing (primarily on iOS), but haven't done any deeper research on what may be causing it.

Changing height to 34 in MyTextInput.styles.js brings back text overflow in this example too.

Great article by the way!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions