-
Notifications
You must be signed in to change notification settings - Fork 310
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
[bug] Combobox needs to map disabled values according to itemValueKey on clearSelected #3063
Comments
Could you provide some more context on this? Why is this a bug? What is the current result? What is the expected result? I'm confused because when the combo box clearSelected is called, the output should be an empty array AFTER all list items selected state is set to false. |
As this comment in the code shows: https://github.com/carbon-design-system/carbon-components-angular/pull/3064/files#diff-c162199cd5e798879e7cd8b55e42def0e32ac187f4abdbddf5ffe17b19a9251aR681 So usually when |
Thanks for the explanation, I was able to reproduce this issue. |
🎉 This issue has been resolved in version 5.56.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 6.0.0-rc.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Combobox needs to map disabled values according to itemValueKey on clearSelected.
I'll be submitting a PR with a fix soon.
The text was updated successfully, but these errors were encountered: