react-native-element-textinput icon indicating copy to clipboard operation
react-native-element-textinput copied to clipboard

Add editable and selectTextOnFocus props just like React Native Textinput

Open vfa-locltb opened this issue 2 years ago • 0 comments

<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.

vfa-locltb avatar Jun 07 '22 17:06 vfa-locltb