Handle form validations in a coheseve manner across the application
Open
epic
- Dominant language
- JavaScript
- Stars
- 400
- Forks
- 89
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 146
Description
### Description
Form validation is closely linked to UX and also DX.
Choosing the moment when to validate fields and when to display an error matters. The more complex the form, more complex validation is required and at times can get out of hand an unmanageable.
A good validator must:
- be flexible
- play nicely with Vue
- have i18n support
Suggestions:
- [vuelidate](https://github.com/vuelidate/vuelidate)
- [vee-validate](https://github.com/logaretm/vee-validate)
### Which customers would this be available to
Everyone - CE/Starter/Team/Enterprise
Contributor guide
Assessment
This issue has not been assessed yet.