CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
MudSelectExtended - How to apply css class to each selected chip displayed?
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.