Currently, there is no way to customize the numericGroupSeparator options in the inputmask plugin. Therefore when using a decimal or currency mask, we are forced to use , as separator (e.g. 123,456.00).
The changes in this PR allows users to override the separator in their survey config JSON, by adding numericGroupSeparator as a serializable property like it is already the case for other properties such as suffix or numericDigits
Currently, there is no way to customize the
numericGroupSeparator
options in the inputmask plugin. Therefore when using adecimal
orcurrency
mask, we are forced to use,
as separator (e.g.123,456.00
).The changes in this PR allows users to override the separator in their survey config JSON, by adding
numericGroupSeparator
as a serializable property like it is already the case for other properties such assuffix
ornumericDigits