From 5c9b84196727993105800e33c15145975294b2c6 Mon Sep 17 00:00:00 2001 From: fgb4101 Date: Sun, 18 Apr 2021 16:56:39 -0600 Subject: [PATCH] Update README_numeric.md Replace repeated `inputType` with missing `inputmode` option. --- README_numeric.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README_numeric.md b/README_numeric.md index 0a051ad53..6e4e4edae 100644 --- a/README_numeric.md +++ b/README_numeric.md @@ -97,6 +97,9 @@ Other examples: - Math.floor - fn(x) { /* do your own rounding logic */ return x; } +### inputmode +Default: "decimal" + ### shortcuts: Default: {k: "000", m: "000000"} @@ -105,11 +108,6 @@ This will allow typing 1k => 1000, 2m => 2000000 To disable just pass shortcuts: null as option -### inputType -Indicates whether the value passed for initialization is text or a number - -Default: "text" - ### Setting initial values When initializing the mask with a value, you need to take some rules into account.