Skip to content

Add editable and selectTextOnFocus props just like React Native Textinput #4

@vfa-locltb

Description

@vfa-locltb
<TextInput
        editable={false}
        selectTextOnFocus={false}
        style={{ padding: 30 }}
        placeholder="Name"
/>

editable set to false disables typing in the input.
selectTextOnFocus set to false means text won’t be selected when we focus on it.

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