-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Description
What is the expected behavior?
Date input is properly re-validated, when invalid value is replaced by a valid date value using the datepicker.
What is the current behavior?
When user manually invalidates date input and error is shown, then enters a valid date value using the date picker, the input field is not re-validated and shows an error.
What are the steps to reproduce?
https://kkvillxpp.github.stackblitz.io/examples/date-picker-input
- Invalidate the input to trigger validation error. (delete the value, or enter invalid value)
- Open the datepicker and select a date.
- Valid date value is entered into the input, but errors are not removed.
Which versions of angular-bootstrap-datetimepicker, OS, TypeScript, browsers are affected?
Latest.