Hello everyone,
I have some struggle to accomplish something.
Here is the scenario :
I have a Sharepoint list with a choice column named "Statut" which allow to use "Acceptée", "Refusée" or "Nouvelle"
I have a ComboBox that filter my gallery with this column.
What I want to know is, is there a way to apply a different fill color to my items in my ComboBox?
I want "Acceptée" to be colored in green, "Refusée" in red and "Nouvelle" colored in blue.
I tried to use a Switch in the HoverFill properties, but i'm unable to apply the color on a specific item:

It works when I select only one item, but when if I use the multiple selection:

Is there a way to accomplish that ?
Thanks in advance.