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 the error validation in the stepper is a bit lackluster & uninformative. When errors appear on elements that are currently rendered in that step, the field containing the validation error is highlighted and the error message is shown underneath. But for more advanced steps, where the field is being dynamically rendered, it makes it difficult for the user to pinpoint where the error is taking place since the only thing being shown is a red marker at the top of the stepper
Use case
Pinpoint form validation errors more easily
Interface Changes
Instead of displaying a generic "1 error(s) occured" message at the top, output more context around the validation error so the user knows whats failing.
Additional Context
Here's an example of all the context information from a failed validation that should be formatted & displayed to the user in some nice way
Description
Currently the error validation in the stepper is a bit lackluster & uninformative. When errors appear on elements that are currently rendered in that step, the field containing the validation error is highlighted and the error message is shown underneath. But for more advanced steps, where the field is being dynamically rendered, it makes it difficult for the user to pinpoint where the error is taking place since the only thing being shown is a red marker at the top of the stepper
Use case
Pinpoint form validation errors more easily
Interface Changes
Instead of displaying a generic "1 error(s) occured" message at the top, output more context around the validation error so the user knows whats failing.
Additional Context
Here's an example of all the context information from a failed validation that should be formatted & displayed to the user in some nice way
Progress Status
The text was updated successfully, but these errors were encountered: