mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-12 05:53:56 +00:00
[fix] Add support for caretHidden prop in TextInput
Close #2542 Fix #2541
This commit is contained in:
committed by
Nicolas Gallagher
parent
c350d82427
commit
1c376dbb0c
@@ -75,6 +75,11 @@ export default function TextInputPage() {
|
||||
rows={3}
|
||||
style={styles.multiline}
|
||||
/>
|
||||
<TextInput
|
||||
caretHidden
|
||||
defaultValue="caretHidden"
|
||||
style={styles.textinput}
|
||||
/>
|
||||
</View>
|
||||
</Example>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user