-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
- Describe the bug
hope anyone can help, because i have stuck in this part, so i have inputmask with config like this below
Inputmask('decimal', {
'alias': 'numeric',
'groupSeparator': ',',
'autoGroup': true,
'digits': 2,
'radixPoint': ".",
'digitsOptional': false,
'allowMinus': false,
'prefix': '',
'placeholder': ''
}).mask(".thousand_en");
i have init value like 10000.23, when the inputmask initiated, the value appear in form field is just ".23", i have cast the number to string but not working, try to set initvalue with 100,000.23 not working too
- OS: Macos
- Browser Safari
- Inputmask version 5.0.7
Metadata
Metadata
Assignees
Labels
No labels