mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-26 09:14:15 +08:00
[fix] TextInput add 'numbers-and-punctuation' keyboardType
This commit is contained in:
@@ -85,6 +85,7 @@ class TextInput extends Component<*> {
|
||||
'default',
|
||||
'email-address',
|
||||
'number-pad',
|
||||
'numbers-and-punctuation',
|
||||
'numeric',
|
||||
'phone-pad',
|
||||
'search',
|
||||
|
||||
Reference in New Issue
Block a user