Open nrtszr opened 6 years ago
@nrtszr ,
When you type the komma or dot on the numeric keyboard this is already handled.
I "solved" this by using a character that looks like a dot but it isn't
groupSeparator: '․',
How do I do the opposite of this? I don't want a comma to turn into a decimal. I'm currently using the following:
inputmode="decimal" type="text" aria-required="true" data-inputmask="'alias': 'numeric', 'groupSeparator': ',', 'digits': 2, 'digitsOptional': true, 'showMaskOnHover': false, 'showMaskOnFocus': false, 'rightAlign': false"
I would like users to be able to manually enter in a comma if they desire.
how can I do it automatically at the input
, to .
for price