kendo-angular icon indicating copy to clipboard operation
kendo-angular copied to clipboard

[MultiSelect] itemDisabled is not invoked for custom items

Open ipeshev opened this issue 2 years ago • 0 comments

Describe the bug

  1. itemDisabled callback is not invoked for custom added items ( not present in [data] list )
  2. when filter does not find anything disabled item is enabled

To Reproduce

  1. https://codesandbox.io/s/billowing-platform-h4ihdv?file=/src/app/app.component.ts
  2. https://codesandbox.io/s/gallant-breeze-ywfb4n?file=/src/app/app.component.ts

Expected behavior

  1. itemDisabled callback should be invoked for custom added items.
  2. disabled items should not get enabled

Broken in

v7.0.2

ipeshev avatar Jul 12 '22 09:07 ipeshev