-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display constraint and required validation errors #130
Milestone
Comments
lognaturel
changed the title
Error feedback
Display constraint and required validation errors
Jun 18, 2024
sadiqkhoja
added a commit
that referenced
this issue
Jul 11, 2024
sadiqkhoja
added a commit
that referenced
this issue
Jul 12, 2024
sadiqkhoja
added a commit
that referenced
this issue
Jul 12, 2024
sadiqkhoja
added a commit
that referenced
this issue
Jul 12, 2024
sadiqkhoja
added a commit
that referenced
this issue
Jul 12, 2024
sadiqkhoja
added a commit
that referenced
this issue
Jul 16, 2024
sadiqkhoja
added a commit
that referenced
this issue
Jul 16, 2024
sadiqkhoja
added a commit
that referenced
this issue
Jul 24, 2024
sadiqkhoja
added a commit
that referenced
this issue
Jul 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User story
As a user filling out a web form,
I want to know when I've missed a question or entered data incorrectly
so that I can submit my survey without errors
Given ready to submit my long survey (and I have errors)
when click the send button
then I will be taken up to the top of the form and presented with the number of errors with a button to fix the first one
Given I have entered invalid information in a question
when I proceed to the next question
then I'll see the feedback indicating what went wrong
Given I have entered invalid information
when I proceed to send my form
then I'll see the field error feedback indicating what went wrong with the section highlighted
and when I address the errors, the error count should change accordingly
Figma
The text was updated successfully, but these errors were encountered: