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
In timepicker, an invalid value is marked in the surrounding <td> elements. However, the input still remains .ng-valid.
For example, add a minimum value to a timepicker. Type a value in the hour field that is before the minimum time (do not use the arrow icons). this.invalidHours will be set to true and .has-error will be applied to the surrounding <td>. However, ngClassValid will remain true.
Can this be fixed? Thanks.
The text was updated successfully, but these errors were encountered:
In timepicker, an invalid value is marked in the surrounding
<td>
elements. However, the input still remains.ng-valid
.For example, add a minimum value to a timepicker. Type a value in the hour field that is before the minimum time (do not use the arrow icons).
this.invalidHours
will be set to true and.has-error
will be applied to the surrounding<td>
. However,ngClassValid
will remain true.Can this be fixed? Thanks.
The text was updated successfully, but these errors were encountered: