TextInput组件
已经适配
属性
- onFocus
- style
- className
- value
- onChangeText
- maxLength
- placeholder
- defaultValue
- autoFocus
- secureTextEntry
- onSubmitEditing
- onBlur
- placeholderTextColor
API
! tips: 使用方式查看react-native文档
https://reactnative.dev/docs/0.61/textinput
nativeEvent回调入参对象目前只有text是有效的,target和eventCount均是0