From a40228504fee1ae128a226eedbc3aabb19799dcd Mon Sep 17 00:00:00 2001 From: Jens Panneel Date: Tue, 10 Jul 2018 18:59:06 +0200 Subject: [PATCH] Feature/add decimal pad to android (#405) * List keyboard type decimal-pad as cross platform * BSR: list keyboard type number-pad as cross platform --- docs/textinput.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`