Unplanned
Last Updated: 09 Aug 2023 09:28 by Kendo UI
Kendo UI
Created on: 09 Aug 2023 09:28
Category: ComboBox
Type: Feature Request
0
[DropDowns] itemDisabled performance optimization

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.

0 comments