Skip to content

TextInput in outlined mode : crop text / content can be scroll verticaly #1772

@ludwig-pro

Description

@ludwig-pro

Environment

"react-native-paper": "^3.6.0" on Android

Description

Text inside textInput can be scroll verticaly and crop when you use height with style prop in outlined mode. Look like there is a problem with paddingVertical.

<TextInput
        mode="outlined"
        placeholder="I'm crop and can scroll verticaly 🙁"
        style={{ height: 64}}
        value={this.state.text}
        onChangeText={text => this.setState({ text })}
      />

20200401_162354

Reproducible Demo

https://snack.expo.io/@lvantours/bug-on-textinput-in-outlined-mode

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