UX Bug - validations for MHR and PPR tables "Retrieve an existing registration..."
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
Scott noticed a few items that need updating to the **PPR TABLE's** "Retrieve an existing ..." search field.
**Existing screenshots:**


The same changes must be made in MHR (no special characters allowed either). Note the only difference is that a MHR number is 6 characters.


- [ ] Update the search field validation to not allow special characters for MHR and PPR
- [ ] Include new invalid character message to show as soon as user types a special character which should say "Enter letters and numbers only" for MHR and PPR
- [ ] Update max character error validation for PPR to say "Maximum 7 characters" - which should only appear once the user types more than 7 (right now it's showing when the user starts typing anything)
- [ ] Update max character error validation for MHR to say "Maximum 6 characters" - which should only appear once the user types more than 7 (right now it's showing when the user starts typing anything)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.