You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to retrieve error handling when submitting a form, and if possible, retrieve field validation rules for each ConfigData and display them together with the field. Basic structure exists as a error_data field within ConfigData and Config models.
One way would be to utilize Vee-validate and Vee-validate-Laravel and format errors that way. Another would be to utilize Vuelidate but would need a mapping between front-end and back-end validation.
The text was updated successfully, but these errors were encountered:
We need to retrieve error handling when submitting a form, and if possible, retrieve field validation rules for each ConfigData and display them together with the field. Basic structure exists as a
error_data
field within ConfigData and Config models.One way would be to utilize Vee-validate and Vee-validate-Laravel and format errors that way. Another would be to utilize Vuelidate but would need a mapping between front-end and back-end validation.
The text was updated successfully, but these errors were encountered: