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
Primary Issue: Missing Real-Time Validation in CreateUserForm
Currently, the CreateUserForm does not show real-time validation feedback for username and password fields. Validation errors for the password field only appear upon form submission and display one issue at a time. This leads to a suboptimal user experience, especially when multiple validation criteria exist.
Secondary Issue: Validation UI Consistency in UserResetPasswordForm and ResetPasswordForm
The validation UI in UserResetPasswordForm and ResetPasswordForm is outdated and does not align with the new design standards provided by vinu. Additionally, the validation behaviour is inconsistent across forms.
Screenshots
Expected Behaviour:
Please go through this Slack Thread for detailed expected behaviour
The text was updated successfully, but these errors were encountered:
Description
Primary Issue: Missing Real-Time Validation in CreateUserForm
Currently, the
CreateUserForm
does not show real-time validation feedback for username and password fields. Validation errors for the password field only appear upon form submission and display one issue at a time. This leads to a suboptimal user experience, especially when multiple validation criteria exist.Secondary Issue: Validation UI Consistency in
UserResetPasswordForm
andResetPasswordForm
The validation UI in
UserResetPasswordForm
andResetPasswordForm
is outdated and does not align with the new design standards provided by vinu. Additionally, the validation behaviour is inconsistent across forms.Screenshots
Expected Behaviour:
The text was updated successfully, but these errors were encountered: