department-of-veterans-affairs / va-forms-system-core

VA Forms System Core will be a React library hosted in NPM that will allow engineers and designers to easily interact with Forms inside of vets-website.
https://department-of-veterans-affairs.github.io/va-forms-system-core/
6 stars 4 forks source link

DateField component error messaging is not behaving as expected #607

Closed obliviga closed 2 years ago

obliviga commented 2 years ago

Problem

In our Burial Demo, if the user inputs a blank day for the date, no error shows up: image.png

Steps to Reproduce

  1. http://localhost:3002/veteran-information
  2. Scroll down to the Date component and enter the month and year
  3. Leave the day field blank
  4. Press the Continue button and notice how no error appears

Expectations

I expect an inline error message to appear for a required date input if the user leaves one of the date fields blank.

Acceptance Criteria

taylorkaren commented 2 years ago

This looks like the same issue as was reported on ticket #595. @obliviga, can you please talk to @nickjg231 about this (he worked on ticket #595) and determine if this is still an issue or not?