Skip to content

Commit e1497ce

Browse files
ianlinFacebook Github Bot 2
authored andcommitted
improve TextInput docs
Summary: Add `phone-pad` as one of cross-platform values to `keyboardType`. Closes facebook#8555 Differential Revision: D3515002 Pulled By: JoelMarcey fbshipit-source-id: 4f30dd72e8e30905a8a5fb90d3f361fb58eb825e
1 parent 1d86be3 commit e1497ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Components/TextInput/TextInput.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ const TextInput = React.createClass({
190190
* - `default`
191191
* - `numeric`
192192
* - `email-address`
193+
* - `phone-pad`
193194
*/
194195
keyboardType: PropTypes.oneOf([
195196
// Cross-platform

0 commit comments

Comments
 (0)