[fix] Add support for caretHidden prop in TextInput

Close #2542
Fix #2541
This commit is contained in:
Aswin S
2023-06-22 14:32:04 +05:30
committed by Nicolas Gallagher
parent c350d82427
commit 1c376dbb0c
4 changed files with 20 additions and 1 deletions
@@ -75,6 +75,11 @@ export default function TextInputPage() {
rows={3}
style={styles.multiline}
/>
<TextInput
caretHidden
defaultValue="caretHidden"
style={styles.textinput}
/>
</View>
</Example>
);