Recently bumped the version of Calcite Components to next.76 to use the empty color picker option and saw this issue. Shift + click and ctrl + click seem to no longer be working with a value list. Still looking into it to make sure it is not on our end, please let me know if you can repro. Thanks!
Click a value list item -> use shift + click or ctrl + click and select a different value list item -> it selects just the item clicked on even though they have the "selected" attribute


Click a value list item -> use shift + click or ctrl + click and select a different value list item -> it selects multiple items, honoring the selected attribute.
https://codepen.io/eborgen/pen/GRjmmgE?editors=1000
Update: I think this is just a visual bug with the selection, and the multi-select is working correctly otherwise. It seems like it is not allowing more than one selection in the value list even if we try to manually set multiple value list items as selected.

Thanks for reporting this, @ethanbdev!
Did a git bisect and narrowed it down to this commit: 1e3f17c61c382c8a338ed298149e7a5caddffa59 @asangma Can you take a look at this? Basically, the styling for multiple selected value list items got lost. It looked like this before:

Hi yalls, where does this stand? What is the priority for this?
@asangma do you have an eta?
Hi yalls, where does this stand? What is the priority for this?
Since this is a regression, I'd say high.
Hi @asangma
Any update on this issue . Due to this regression we are unable to upgrade calcite components version in charts to use other calcite components fixes.
The multiple selection is used with charts format UX workflows, would it be addressed as its a regression ?
@jcfranco It looks like value-list-item is referring to a CSS color var that isn't in CalciteColor yet...? Looks like it might be pulling from the Tailwind config.
This looks good in the next builds now, since next.84 馃憤
Thanks, @ethanbdev! Closing as verified based on 鈽濓笍
Most helpful comment
Thanks for reporting this, @ethanbdev!
Did a
git bisectand narrowed it down to this commit: 1e3f17c61c382c8a338ed298149e7a5caddffa59 @asangma Can you take a look at this? Basically, the styling for multiple selected value list items got lost. It looked like this before: