Skip to content

Commit

Permalink
Feature/add decimal pad to android (#405)
Browse files Browse the repository at this point in the history
* List keyboard type decimal-pad as cross platform

* BSR: list keyboard type number-pad as cross platform
  • Loading branch information
JPanneel authored and charpeni committed Jul 10, 2018
1 parent 5a8115b commit a402285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ Determines which keyboard to open, e.g.`numeric`.
The following values work across platforms:

* `default`
* `number-pad`
* `decimal-pad`
* `numeric`
* `email-address`
* `phone-pad`
Expand All @@ -364,9 +366,7 @@ The following values work on iOS only:
* `ascii-capable`
* `numbers-and-punctuation`
* `url`
* `number-pad`
* `name-phone-pad`
* `decimal-pad`
* `twitter`
* `web-search`

Expand Down

0 comments on commit a402285

Please sign in to comment.