Skip to content

Multiline not working on iOSΒ #1750

@nthegedus

Description

@nthegedus

Environment

React Native Environment Info:
react-native: 0.59.9
react-native-paper: 3.6.0

Description

I'm facing this issue occurring only on iOS, numberOfLines is 1 and multiline is false.
While the input is focused, there's nothing wrong. The problem is when it loses the focus and the text is too long. The input breaks the text in a new line. The text max length is 80.

<PaperTextInput numberOfLines={1} multiline={false} ... />

Demo

react-native-paper

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