TextInput
React Native for web adds the following features to the React Native <TextInput /> element.
Props
Type: ColorPropType
ColorPropTypeConversion
// HTML & CSS
- <input style="caret-color: red;" />
// React Native
+ <TextInput caretColor="red" />Type: 'none' | 'vertical' | 'horizontal' | 'both'
'none' | 'vertical' | 'horizontal' | 'both'Default: 'none'
'none'Conversion
Last updated