MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Add new components based on `FWValidators` #83

Closed csfar closed 3 years ago

csfar commented 3 years ago

Add new components based on FWValidator. Components should not have a validator key. Text and Multiline components should have a regex key, where developers can specify how the field ought to be validated. Email, Phonenumber and Numerical are components with built-in validators, which means no validator or regex key.