diff --git a/docs/textinput.md b/docs/textinput.md index ac29cb9e39f9e0..dd1ae41a91d46e 100644 --- a/docs/textinput.md +++ b/docs/textinput.md @@ -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` @@ -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`