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
Its important that users get the best experience when inputing information into forms. Research some best practices and where/if possible alter the way validation is shown to a user when they're actively typing in an email into the input field on the Manage List page.
Currently the message Please enter a valid email, e.g., [email protected]. is displayed as soon a 1 keystroke is added into the input field. Is this the best way or should the user see a validation message after they submit and the format of their email is not correct. You're research into this should shed some light on this.
Acceptance criteria
The users experience concerning validation messages when entering an email to share on the Manage List considers best practices
The validation messages are accessible
Notes:
Consider using ARIA labels to enhance accessibility of the validation messages
The text was updated successfully, but these errors were encountered:
Summary
Its important that users get the best experience when inputing information into forms. Research some best practices and where/if possible alter the way validation is shown to a user when they're actively typing in an email into the input field on the
Manage List
page.Currently the message
Please enter a valid email, e.g., [email protected].
is displayed as soon a 1 keystroke is added into the input field. Is this the best way or should the user see a validation message after they submit and the format of their email is not correct. You're research into this should shed some light on this.Acceptance criteria
Manage List
considers best practicesNotes:
The text was updated successfully, but these errors were encountered: