solid-ui
solid-ui copied to clipboard
ui:TextField 'pattern' property
User Story
As a Form Designer, I can optional set the regex pattern to apply to a text field, so I can control/validate the entered text.
Acceptance Criteria
- In a Form Model, a regex 'pattern' property can be optionally defined for a TextField.
- When the form is rendered, the regex is used to validate the entered text.