Skip to content

Issue with textInput #5

@wHat0

Description

@wHat0


<TextInput
placeholder="Comments"
multiline={true}
value={TextValue}
onChangeText={value => setTextValue(value)}
/>

inside ScrollView is not working it just get closed on every tap on the keyboard i have tried different approaches but failed to get the inputs...
automaticallyAdjustContentInsets={true}
keyboardShouldPersistTaps="handled"
keyboardDismissMode="none"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions