Current behaviour
The content inside the TextInput is scrolling in outline mode
Expected behaviour
The content inside it should be scrollable.
How to reproduce?
<TextInput
style={{
fontSize: rf(1.5),
height: rw(12),
}}
label="Email"
mode="outlined"
outlineColor="#D4DEEA"
activeOutlineColor="#FF5700"
placeholderTextColor="#8390A7"
/>
Preview
What have you tried so far?
it works when we specify dense prop without height but i wanna include height.
Your Environment
| software |
version |
| ios |
x |
| android |
x |
| react-native |
0.74.3 |
| react-native-paper |
5.12.3 |
| node |
x.x.x |
| npm or yarn |
x.x.x |
| expo sdk |
x.x.x |