Skip to content

Commit 30fa573

Browse files
authored
Merge pull request #2500 from fgb4101/patch-1
Update README_numeric.md
2 parents c862ae6 + 5c9b841 commit 30fa573

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README_numeric.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ Other examples:
9797
- Math.floor
9898
- fn(x) { /* do your own rounding logic */ return x; }
9999

100+
### inputmode
101+
Default: "decimal"
102+
100103
### shortcuts:
101104
Default: {k: "000", m: "000000"}
102105

@@ -105,11 +108,6 @@ This will allow typing 1k => 1000, 2m => 2000000
105108

106109
To disable just pass shortcuts: null as option
107110

108-
### inputType
109-
Indicates whether the value passed for initialization is text or a number
110-
111-
Default: "text"
112-
113111
### Setting initial values
114112

115113
When initializing the mask with a value, you need to take some rules into account.

0 commit comments

Comments
 (0)