Open cynthiaricomendoza-alaskaair opened 11 months ago
Hey @cynthiaricomendoza-alaskaair are you able to repro this on the Auro doc site? Also please validate that you are on the most current version. https://auro.alaskaair.com/components/auro/datepicker/api#required
Here is a screenshot of my repro of this issue. The behavior is as expected.
@blackfalcon no, i wasn't able to reproduce it on the auro doc site. in the screen recording i attached, i was using the latest version 2.0.10. this might be specific to the auro-input because i was doing some testing with the input alone and saw similar behavior: https://github.com/AlaskaAirlines/auro-input/issues/275
@cynthiaricomendoza-alaskaair please try and schedule some time with either @jason-capsule42 or @jordanjones243 to review this issue. I am unable to repro your issue and we need to understand better the context of use.
validate in DatePicker Beta Branch
Describe the bug
we've upgraded to the latest version on the auro-datepicker because we noticed the setCustomValidityRangeUnderflow property wasn't working as expected in the version we were using before. however, now we are seeing an issue with setCustomValidityValueMissing, but only when the X icon button is clicked on. when user selects a date then clears it by clicking the x icon button in the datepicker the help text is not shown.
here is an example of what our code looks like:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the setCustomValidityValueMissing value should be shown when the user clears the date value.
Screenshots
https://github.com/AlaskaAirlines/auro-datepicker/assets/116121736/8fbb475f-6754-4a3b-b3ba-3b0a6e4aae0c
Desktop (please complete the following information):
Additional context
This works as expected when a user goes in the input and deletes it in there.