mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
improve TextInput docs
Summary: Add `phone-pad` as one of cross-platform values to `keyboardType`. Closes https://github.com/facebook/react-native/pull/8555 Differential Revision: D3515002 Pulled By: JoelMarcey fbshipit-source-id: 4f30dd72e8e30905a8a5fb90d3f361fb58eb825e
This commit is contained in:
parent
1d86be3a6e
commit
e1497ce2b6
@ -190,6 +190,7 @@ const TextInput = React.createClass({
|
||||
* - `default`
|
||||
* - `numeric`
|
||||
* - `email-address`
|
||||
* - `phone-pad`
|
||||
*/
|
||||
keyboardType: PropTypes.oneOf([
|
||||
// Cross-platform
|
||||
|
Loading…
x
Reference in New Issue
Block a user