-
Notifications
You must be signed in to change notification settings - Fork 211
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
[FSR] - Fix Employment Work Date Validation for Mobile #99274
Comments
@OptionSelect please update the type and attributes below that in leu of labels. We also need to use the standard team template and hold this in "ready backlog" - we want to start assessing what might need to come out if we pull in mid sprint work. |
Adding myself to this ticket, to assist with the debugging |
We’ve identified the issue as an isolated mobile bug, likely caused by the recent update from moment to date-fns. Unfortunately, due to contract limitations, we don’t have enough time to resolve, test, and deploy the fix. |
Here’s how we replicated the bug locally. On the employment dates page, we entered an incomplete date like ‘January 202’ and hit submit, which triggered the error message: ‘Please enter a valid employment start date.’ After adding the missing ‘1’ to make it ‘January 2021’ and hitting submit again, the error still persisted. Only after deleting and re-entering the ‘1’ were we able to proceed. Our suspicion is that, specifically on mobile, validation might have been triggered too early while the user was still typing, leaving the field in a ‘dirty’ state and preventing progress. While it’s tricky to verify locally, we’ll confirm the fix on stage to ensure it’s resolved. |
Issue Description
Employment work dates does not validate correctly on mobile browsers preventing users from continuing through the form workflow.
Tasks
Design and Front End sync on implementation of design
Acceptance Criteria
Testing
Test procedures:
If additional testing steps or credentials to perform testing are needed list them here
Ticket Creation - Definition of Ready
Ticket requirements
The text was updated successfully, but these errors were encountered: