Unplanned
Last Updated: 17 Mar 2025 10:58 by Thomas

When using Kendo UI for Angular's ComboBox or other DropDowns in Reactive Forms, clicking the 'X' to clear the control removes the associated value from the FormGroup entirely. This behavior differs from other frameworks like React and Blazor WASM, where the control remains but is set to null. Currently, developers must manually handle this event to retain the control in the form. It would be beneficial if clearing the value only set it to null instead of removing the control from the FormGroup.

Expected Behavior:

Clearing the form when using the clear button should act like a form reset.

Unplanned
Last Updated: 09 Aug 2023 09:28 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: ComboBox
Type: Feature Request
0

Hi,

The current scenario involves the itemDisabled function being invoked five times for each item when the popup is active.

Example - https://stackblitz.com/edit/angular-natpq9-5uzrh5?file=src%2Fapp%2Fapp.component.ts

It would be preferable to optimize this such that the function is called only once per item.

Unplanned
Last Updated: 07 May 2021 13:20 by ADMIN

We just would like to customize the open/close combo selector with two different icons.
Actually, there is no easy way to do that because there is no CSS selector that has two different values based on popupstatus.

The only way is to introduce a login on every combo as shown on link: https://stackblitz.com/edit/angular-2gdnhv?file=app/app.component.ts

we are just asking for a kendo native solition.

Unplanned
Last Updated: 09 Jun 2020 13:37 by ADMIN
Created by: Michael
Comments: 1
Category: ComboBox
Type: Feature Request
5
Missing scroll event in comboboxes.
We need this to be able to implement paging functionality for big data scrolling.