-
Notifications
You must be signed in to change notification settings - Fork 0
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
auro-input
Auro-input tooShort validity not working
#119
Comments
I was able to recreate this issue using the tests in the repo.
This returned the following error
When I removed the
So the pattern you have in your element @cleung0305 may also be causing issues with this scenario as it's an invalid regex. @jason-capsule42 we should update the API docs to illustrate this fact. @cleung0305 we are doing a lot of things with the pattern attribute, so it's easy to think that there is a clash between using Thanks for this issue! The team will go over this ASAP. |
@Patrick-Daly-AA this issue is validated and ready to be addressed in the next available refinement session. |
@blackfalcon Taking on this work and looking over the ticket, does the |
Putting this in the backlog until we complete our refactoring of form validation, and determine the hierarchy of validation error states: AlaskaAirlines/auro-formvalidation#12 |
Engineering to make a decision on hierarchy of error states to show when multiple error states trigger. |
# [1.6.0-beta.11](v1.6.0-beta.10...v1.6.0-beta.11) (2024-12-31) ### Bug Fixes * eslint rules, naming errors ([ca27f4c](ca27f4c)) * remove any instances of type=numeric [#120](#120) ([7ba5463](7ba5463)) * update layout to match figma [#79](#79) ([58dffaf](58dffaf)) * validate each individual attribute [#119](#119) ([67bbb44](67bbb44)) ### Features * add reset function to validation script [#135](#135) ([9119e06](9119e06)) * add reset functionality to checkbox ([292845e](292845e)) * add reset functionality to combobox ([6e8ea9b](6e8ea9b)) * add reset functionality to datepicker ([b2b6a10](b2b6a10)) * add reset functionality to input ([2027706](2027706)) * add reset functionality to radio ([5b961dc](5b961dc)) * add reset functionality to select ([2f07d97](2f07d97)) ### Performance Improvements * add min.js files ([503802e](503802e)) * hide input arrows for type=number ([9a56754](9a56754)) * improve documentation around type=number ([76718a9](76718a9)) * reflect value attribute onto input component ([ea3c731](ea3c731)) * remove all references of isValid attribute ([b66d47e](b66d47e)) * remove reflected value attribute from all components ([706f409](706f409)) * show clear icon on hover or focus [#158](#158) ([3c48343](3c48343))
Ticket has been completed and merged into |
auro-input
Auro-input tooShort validity not working
Auro-input tooShort validity not working
2.14.1
Please describe the bug
expected:
actual:
Reproducing the error on the docsite
None
Expected behavior
see description above
What browsers are you seeing the problem on?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: