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.