Skip to content

Commit

Permalink
Merge pull request RobinHerbots#2500 from fgb4101/patch-1
Browse files Browse the repository at this point in the history
Update README_numeric.md
  • Loading branch information
RobinHerbots authored Apr 19, 2021
2 parents c862ae6 + 5c9b841 commit 30fa573
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README_numeric.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand All @@ -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.
Expand Down

0 comments on commit 30fa573

Please sign in to comment.