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
Hi @ricardosaracino, can you specify the version of igniteui-angular that you're currently using? After 11.2 there shouldn't be any issues with updating the validity of the input. You can look at the Reactive Forms Demo just to verify.
Additionally, if you're trying to manually update the touched or dirty properties through API methods, this will currently not reflect on the styling of the input. The workaround for this is to call updateValueAndValidity after you've updated the properties. More on this can be found here - #6434.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Reactive Forms IgxDatePickerComponent and others:
When the form control is required and dirty&touched the validation should highlight the element in Red
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
this works [class.igx-input-group--invalid]="filterFormGroup.touched && filterFormGroup.get('endDate').errors"
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: