solid-ui icon indicating copy to clipboard operation
solid-ui copied to clipboard

ui:TextField 'pattern' property

Open brownhoward opened this issue 6 years ago • 0 comments

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

  1. In a Form Model, a regex 'pattern' property can be optionally defined for a TextField.
  2. When the form is rendered, the regex is used to validate the entered text.

brownhoward avatar Sep 27 '19 19:09 brownhoward