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
When trying to clear the date input that is invalid using clear icon, it is not working and instead clear button disappears.
igniteui-angular version: 10.2.3
browser: Chrome
Steps to reproduce
Set a disabled dates range.
Enter an invalid date (that lies within the disabled date range) using keyboard.
Try to clear the input field using clear button.
Result
The date that is entered is not getting cleared on clicking clear, instead the clear button itself disappears.
Expected result
The date input should get cleared always on clicking the clear button regardless of being valid or invalid.
Also when user tries to enter any date that falls in the disabled dates range, validation should fail.
Attachments
Attach a sample if available, and screenshots, if applicable.
The text was updated successfully, but these errors were encountered:
Description
When trying to clear the date input that is invalid using clear icon, it is not working and instead clear button disappears.
Steps to reproduce
Result
The date that is entered is not getting cleared on clicking clear, instead the clear button itself disappears.
Expected result
The date input should get cleared always on clicking the clear button regardless of being valid or invalid.
Also when user tries to enter any date that falls in the disabled dates range, validation should fail.
Attachments
Attach a sample if available, and screenshots, if applicable.
The text was updated successfully, but these errors were encountered: