CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

MudSelectExtended - How to apply css class to each selected chip displayed?

Open Conway6288 opened this issue 1 year ago • 0 comments
trafficstars

I am trying to use the MudSelectExtended with the chip value presenter. The chips display fine however I would like to style each chip individually not in the dropdown content but where the chips display.

Following the docs, I have tried using the "ItemSelectedTemplate" which changes the dropdown content too and then setting the value presenter to item content. However when multiple are selected with that setup it only displays the most recently selected item and you lose the chipset functionality such as closable.

Is there a way to apply that css class to each chip (Some sort of callback?) or a custom template for each selected item?

Thanks in advance, any help appreciated.

Conway6288 avatar Sep 25 '24 11:09 Conway6288