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
Is your feature request related to a problem? Please describe.
Datepicker <sebng-datepicker> component always has error type bottom border (is-invalid style class) when user opens new empty form. Field is not required and form group FormControl doesn't have any validators. example:
Describe the solution you'd like
Datepicker don't have is-invalid style class when initial value is undefined. example:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Datepicker
<sebng-datepicker>
component always has error type bottom border (is-invalid style class) when user opens new empty form. Field is not required and form groupFormControl
doesn't have any validators.example:
Describe the solution you'd like
Datepicker don't have
is-invalid
style class when initial value is undefined.example:
The text was updated successfully, but these errors were encountered: