Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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