Skip to content

TextInput is scrolling the content despite the height specified in outline mode #4518

Open
@Dhurika-V

Description

@Dhurika-V

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions