formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.86k stars 1.05k forks source link

FIO-4242 updated input mask for TextField #5452

Closed HannaKurban closed 7 months ago

HannaKurban commented 7 months ago

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-4242

Description

The InputMask for the TextField component has been updated and works according to the documentation. After the changes, the inputmask supports dynamic syntax:

Also according to the documentation, "a" allows to enter lowercase and uppercase letters, and "A" allows to enter only uppercase letters

Breaking Changes / Backwards Compatibility

Use this section to describe any potentially breaking changes this PR introduces or any effects this PR might have on backwards compatibility

Dependencies

no

How has this PR been tested?

Tests have been added and updated

Checklist: