create
create copied to clipboard
Add support for client-side validation
It would be great if create had builtin support for client-side validation (things like required fields, maximum/minimum input length and so on). Validation has to be done by the REST backend anyways, but the user experience would be better if we could also see input errors before submission
Validation needs to be handled on VIE level, see bergie/VIE#21
OK, but what about the UI part (error messages, highlighting of regions with errore). Would that be in create or is that something the CMS integration has to do?
Ok, valid point.