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
Describe the bug
New component DatePicker does not update border color based on the current validation status.
"is-invalid" and "is-valid" classes are added to the wrong input element.
I'm using bootstrap.
To Reproduce
Steps to reproduce the behavior:
Go to Demo
Go to Validations Page
Replace DateEdit by DatePicker
Force validation
Expected behavior
Expected the border to be red, because Date is required as we can see by the feedback message.
The problem is that is-invalid is added to the hidden input instead of the correct one.
The text was updated successfully, but these errors were encountered:
Describe the bug
New component DatePicker does not update border color based on the current validation status.
"is-invalid" and "is-valid" classes are added to the wrong input element.
I'm using bootstrap.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected the border to be red, because Date is required as we can see by the feedback message.
The problem is that is-invalid is added to the hidden input instead of the correct one.
The text was updated successfully, but these errors were encountered: