telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
469 stars 217 forks source link

[FormField] ExpressionChangedAfterItHasBeenCheckedError when changing the disabled state of an input #4388

Closed JoomFX closed 2 months ago

JoomFX commented 2 months ago

Describe the bug In a Reactive Form for example, where the user needs to change the disabled state, in order to achieve cascading DropDownLists, the ExpressionChangedAfterItHasBeenCheckedError error is thrown in the console. Ticket 1662104

To Reproduce Steps to reproduce the behavior:

  1. Open this Stackblitz example.
  2. Select a product in the "Product" field in order to enable the "Size" field.
  3. Check the browser console.

Expected behavior There should be no errors in the console.

slavenai commented 2 months ago

Closing as a duplicate of https://github.com/telerik/kendo-angular/issues/3783