Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kendo-bot opened this issue Jun 20, 2023 · 0 comments
Closed

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

kendo-bot opened this issue Jun 20, 2023 · 0 comments
Assignees
Labels
Bug C: MultiSelect FP: Completed Sync status with associated Feedback Item jQuery

Comments

@kendo-bot
Copy link
Contributor

kendo-bot commented Jun 20, 2023

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 ]
@kendo-bot kendo-bot added the FP: Pending Review Sync status with associated Feedback Item label Jun 20, 2023
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Jun 20, 2023
@nelito987 nelito987 added Bug C: MultiSelect jQuery Priority 5 FP: Unplanned Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item FP: Pending Review Sync status with associated Feedback Item labels Jun 20, 2023
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: MultiSelect FP: Completed Sync status with associated Feedback Item jQuery
Projects
None yet
Development

No branches or pull requests

4 participants