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
form validation errors can be returned from both backend & frontend; everything that can be validated by the client should be done that way (Forms: problems with yup validation #243)
unify inputs error handling: that is fixing the inconsistency in the format between server and client errors, as described here (can be discussed)
implement the few missing yup schemas
verify that subforms are also validated (there is currently only one: the author field)
verify that error messages are displayed for each type of field; check that errors are displayed for groups. Fix console warnings related to error labels. There may be bugs in Semantic-UI itself (to be investigated)
disable the submit button when client validation fails. Server/network errors should not block the submit button!
currently client-side validation is triggered on submit; modify that to trigger it when on inputs that were blurred. Ensure it
works properly on the few dependent inputs (input groups/arrays, date/time periods, price field)
major:
minor:
enhancements / nice to have:
works properly on the few dependent inputs (input groups/arrays, date/time periods, price field)
The text was updated successfully, but these errors were encountered: