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
Describe the bug
The CheckBox state is not updated correctly when using ChangeDetectionStrategy.OnPush.
The default <input kendoCheckBox type="checkbox" /> works correctly:
Screen.Recording.2024-09-03.at.9.24.05.mov
To Reproduce
Click Checkbox Component label to see the issue:
Describe the bug
The CheckBox state is not updated correctly when using ChangeDetectionStrategy.OnPush.
The default
<input kendoCheckBox type="checkbox" />
works correctly:Screen.Recording.2024-09-03.at.9.24.05.mov
To Reproduce
Click
Checkbox Component
label to see the issue:https://stackblitz.com/edit/angular-iha5sx
Expected behavior
The checkbox state needs to be updated as the default element, on each click.
Workaround
Bind the checkedState property of the Checkbox component using two-way binding:
The text was updated successfully, but these errors were encountered: