Skip to content

Conversation

@PhilVanB
Copy link
Contributor

Adds a validation for all input fields with the following regex: ^[a-zA-Z0-9_\-\s]*$

Can be overwritten selectively by adding a pattern to the digitizer's yaml configuration:

-
   type: input
   title: E-Mail
   name: email
   css: { width: 40% }
   pattern: '^[a-zA-Z0-9_\-\s@]*$'

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.

1 participant