You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current error message for pattern validation does not accurately reflect the allowed characters. The validation pattern permits hyphens, apostrophes, and periods, but these characters are not mentioned in the error message. This discrepancy can lead to confusion for users who are trying to understand why their input is being rejected.
Suggested Fix:
Update the error message to include all valid characters as per the pattern validation rules. This will ensure that users receive accurate feedback when their input does not meet the validation criteria.
Action Items:
Review the current pattern validation rules to confirm all allowed characters.
Update the error message to include hyphens, apostrophes, and periods.
Test the updated error message to ensure it accurately reflects the validation rules and provides clear guidance to users.
The current error message for pattern validation does not accurately reflect the allowed characters. The validation pattern permits hyphens, apostrophes, and periods, but these characters are not mentioned in the error message. This discrepancy can lead to confusion for users who are trying to understand why their input is being rejected.
Suggested Fix:
Update the error message to include all valid characters as per the pattern validation rules. This will ensure that users receive accurate feedback when their input does not meet the validation criteria.
Action Items:
I created this issue for @chrisfalaska from #16 (comment).
Tips and commands
Interacting with Sourcery
@sourcery-ai plan
on this issue.@sourcery-ai develop
togenerate a PR that addresses this issue.
Getting Help
The text was updated successfully, but these errors were encountered: