Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add numericGroupSeparator as a serializable property in inputmask plugin #340

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

obrassard
Copy link

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

@obrassard
Copy link
Author

Hi @dmitrykurmanov, I hope you are doing well ! Did you have time to look at this small PR, it would be useful for us if this fix was merged !

Thanks in advance

@andrewtelnov andrewtelnov merged commit 4955dde into surveyjs:master Jan 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants