Skip to content

Commit

Permalink
TextInput: Update valid values for keyboardType (facebook#3090)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakini authored Apr 26, 2022
1 parent 33ece71 commit f6b0b80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,14 @@ The following values work across platforms:
- `numeric`
- `email-address`
- `phone-pad`
- `url`

_iOS Only_

The following values work on iOS only:

- `ascii-capable`
- `numbers-and-punctuation`
- `url`
- `name-phone-pad`
- `twitter`
- `web-search`
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.66/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,14 @@ The following values work across platforms:
- `numeric`
- `email-address`
- `phone-pad`
- `url`

_iOS Only_

The following values work on iOS only:

- `ascii-capable`
- `numbers-and-punctuation`
- `url`
- `name-phone-pad`
- `twitter`
- `web-search`
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.67/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,14 @@ The following values work across platforms:
- `numeric`
- `email-address`
- `phone-pad`
- `url`

_iOS Only_

The following values work on iOS only:

- `ascii-capable`
- `numbers-and-punctuation`
- `url`
- `name-phone-pad`
- `twitter`
- `web-search`
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.68/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,14 @@ The following values work across platforms:
- `numeric`
- `email-address`
- `phone-pad`
- `url`

_iOS Only_

The following values work on iOS only:

- `ascii-capable`
- `numbers-and-punctuation`
- `url`
- `name-phone-pad`
- `twitter`
- `web-search`
Expand Down

0 comments on commit f6b0b80

Please sign in to comment.