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
Currently, on a multistep form with required fields, a user cannot progress to the next step unless they have completed all the required fields on the current step.
This can be frustrating for users, as they cannot click through all the steps to first check what data is required before starting to complete the form.
It would be nice to have an option that disables field validation for the current step when switching to a different step.
Looking through the code, this should be relatively easy to implement, as it already allows you to jump to a "viewed" step, if the current step is invalid. It looks like the following changes would be required:
After jumping to a step from a link in error-container, trigger validation. (If a user attempts to submit a form with validation issues, it already presents a list of links to steps with issues, but when clicking one of these steps, it should ideally highlight the invalid fields by initiating validation.)
If the above sounds ok, I'd be happy to give this a bash, but will need some basic pointers on getting the tooling up and running. Thanks!
Description
Currently, on a multistep form with required fields, a user cannot progress to the next step unless they have completed all the required fields on the current step.
This can be frustrating for users, as they cannot click through all the steps to first check what data is required before starting to complete the form.
It would be nice to have an option that disables field validation for the current step when switching to a different step.
Looking through the code, this should be relatively easy to implement, as it already allows you to jump to a "viewed" step, if the current step is invalid. It looks like the following changes would be required:
error-container
, trigger validation. (If a user attempts to submit a form with validation issues, it already presents a list of links to steps with issues, but when clicking one of these steps, it should ideally highlight the invalid fields by initiating validation.)If the above sounds ok, I'd be happy to give this a bash, but will need some basic pointers on getting the tooling up and running. Thanks!
Additional context or points of discussion
No response
Validations
The text was updated successfully, but these errors were encountered: