Skip to content

Enable method does not enable the chips in the MultiSelect #7387

@kendo-bot

Description

@kendo-bot

Bug report

When the MultiSelect is disabled and the value of the MultiSelect is set through the API, then the component is enabled, the current items remain disabled.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliKondova/EbALUtEj

Current behavior

The MultiSelect is enabled, but the items set in its value previously using the value method remain disabled.

Expected/desired behavior

All chips should be enabled when the enable(true) is used.

The issue is a regression starting with R1 2023 SP1 (version 2023.1.314)

Might be related to following - #7197

Workaround

$('.k-selection-multiple .k-chip').removeClass('k-disabled')
https://dojo.telerik.com/@NeliKondova/AtEwaVoh

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all ]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions