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
While testing the all-benefits form in Prod, I noticed that when entering an incorrect year 234 the error message did not come up. Is this bc the question is not required?
What happened
As a user, error message should come up if I enter an incorrect year.
How to replicate
There should be an error message when I enter the wrong year on DOB or DOD (that is not a required question) in the all-benefits form.
The text was updated successfully, but these errors were encountered:
scottqueen-bixal
changed the title
Error message not working on all-benefits
Error message not working on date fieldsets with out required flag
Aug 29, 2024
Getting the validation requirement removed is a low level of effort, but we don't currently have a way to clear an assignment of value to month once it is selected.
Here is a use case
As a user, when I provide invalid values to inputs, I should be able to clear alerts by removing values for those fieldsets and proceed if they are not required
Because we want to alert users to invalid date inputs even when they are not required means we need to be able to "clear" the answers, for radios, selects, and inputs.
What's expected
While testing the all-benefits form in Prod, I noticed that when entering an incorrect year
234
the error message did not come up. Is this bc the question is not required?What happened
As a user, error message should come up if I enter an incorrect year.
How to replicate
There should be an error message when I enter the wrong year on DOB or DOD (that is not a required question) in the all-benefits form.
The text was updated successfully, but these errors were encountered: