mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
committed by
Nicolas Gallagher
parent
b9172ceb8e
commit
a18d30c809
@@ -81,6 +81,7 @@ class TextInput extends Component<*> {
|
||||
clearTextOnFocus: bool,
|
||||
defaultValue: string,
|
||||
editable: bool,
|
||||
inputAccessoryViewID: string,
|
||||
keyboardType: oneOf([
|
||||
'default',
|
||||
'email-address',
|
||||
@@ -174,6 +175,8 @@ class TextInput extends Component<*> {
|
||||
const {
|
||||
autoCorrect,
|
||||
editable,
|
||||
/* eslint-disable */
|
||||
inputAccessoryViewID,
|
||||
keyboardType,
|
||||
multiline,
|
||||
numberOfLines,
|
||||
|
||||
Reference in New Issue
Block a user