-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
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
StebanDev, mmehmetAliIzci, vfa-namnk, mariana-andrade-dws and xvvvyz
