usds / benefits-enrollment-prototype

https://usds.github.io/benefits-enrollment-prototype/
31 stars 13 forks source link

Day field not limited to 31 (Step 3 of 7) #16

Closed lucasmbrown closed 7 years ago

lucasmbrown commented 7 years ago

Browser: Chrome 52 on a Mac

Link: https://usds.github.io/benefits-enrollment-prototype/03-family-details/person1-step1.html

Issue:

The 'day' field in the date entry is not limited to 31.

screen shot 2016-10-31 at 11 49 47 pm

lucasmbrown commented 7 years ago

Actually, it prompts me with validation errors on that text box once I hit "Next"... maybe the current functionality is fine.

jaredcunha commented 7 years ago

@lucasmbrown - that's correct, we're not using live validation. in the application, i have a script that will allow for custom error messages since a lot of the browser defaults are less than helpful.