I need to build multiple business forms with basic validations.
Example field types:
- required field
- date (datepicker)
- time (timepicker)
- money
- integer number (+ optional min/max value)
- decimal number (specify precision)
- phone number
- social security number
- zip code
- credit card number
- masked text (+ optional regex validation)
- field with server side validation
- etc.
Is there a lightweight library or framework that provides some or most of those field types out of the box as well as the ability to create custom fields with validations?