Skip to content
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

[North Star Applicant UI] Implement client side validation for date question #7356

Open
greg-hyde opened this issue May 1, 2024 · 0 comments
Labels
a11y Accessibility improvements [Epic] North Star Applicant UI Related to UI changes to enable the North Star UX applicant experience

Comments

@greg-hyde
Copy link
Contributor

With date questions, we are using the memorable date component, which has 3 inputs instead of 1. On the server side, we're still parsing as a single input, so in order to clarify which input has an issue, we will probably have to rely on client side validation.

  • Warn users when inputs are empty
  • On blur, validate the date and highlight the issue, if possible (invalid day of month, improper leap year)
@greg-hyde greg-hyde added a11y Accessibility improvements [Epic] North Star Applicant UI Related to UI changes to enable the North Star UX applicant experience labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Accessibility improvements [Epic] North Star Applicant UI Related to UI changes to enable the North Star UX applicant experience
Projects
Status: Needs Triage
Development

No branches or pull requests

1 participant