Skip to content

Commit

Permalink
work for #4842
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Mar 5, 2024
1 parent 9d4508a commit b92bb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mask/mask_number.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ Serializer.addClass(
"numericmask",
[
{ name: "allowNegativeValues:boolean", default: true },
{ name: "decimalSeparator", default: "." },
{ name: "thousandsSeparator", default: "," },
{ name: "decimalSeparator", default: ".", maxLength: 1 },
{ name: "thousandsSeparator", default: ",", maxLength: 1 },
{ name: "precision:number", default: 2 },
{ name: "min:number" },
{ name: "max:number" },
Expand Down

0 comments on commit b92bb62

Please sign in to comment.