formio.js
formio.js copied to clipboard
added decimalSymbol and thousandsSeparator to number edit form
Link to Jira Ticket
No ticket
Description
What changed?
Added thousands separator and decimal symbol to number edit form
Why have you chosen this solution?
You use to need to manually set these in the edit json. Now you can set them in the edit form
Dependencies
N/A
How has this PR been tested?
manually tested
Checklist:
- [x] I have completed the above PR template
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation (if applicable)
- [x] My changes generate no new warnings
- [ ] My changes include tests that prove my fix is effective (or that my feature works as intended)
- [x] New and existing unit/integration tests pass locally with my changes
- [x] Any dependent changes have corresponding PRs that are listed above