fix currency
This commit is contained in:
parent
0a445447e8
commit
512f9840de
3 changed files with 86 additions and 43 deletions
|
|
@ -44,7 +44,7 @@ const { inputRef, formattedValue, setValue } = useCurrencyInput({
|
|||
currency: "THB",
|
||||
currencyDisplay: "hidden" as any,
|
||||
hideCurrencySymbolOnFocus: true,
|
||||
hideGroupingSeparatorOnFocus: true,
|
||||
hideGroupingSeparatorOnFocus: false,
|
||||
hideNegligibleDecimalDigitsOnFocus: true,
|
||||
autoDecimalDigits: false,
|
||||
useGrouping: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue