Skip to content

Property autoCapitalize don't work on Android  #8932

Description

@SyloRei

Property autoCapitalize don't work on Android in TextInput.

<View style={styles.dataInputRow}>
<TextInput
style={styles.dataInputInput}
placeholder="Text"
autoCorrect={false}
keyboardType="default"
returnKeyType="done"
autoCapitalize="words"
underlineColorAndroid="rgba(0, 0, 0, 0)"
/>
</View>

Pls fix it

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