So I have 2 questions about the combobox component. The first one is, how can I add a different color for each item in the combo box? Like the first one the background color is red, the second blue, etc.
The second one, is there a way to associate a value with an item? Like in html there is <option value="red">Red color</option>. Is there a way to do this?
Because if I have 3 items for example, Red, Black, Blue with respectively the ID 1 2 and 3, if I remove Black, I still want blue to have the ID 3...
Thanks in advance.
The second one, is there a way to associate a value with an item? Like in html there is <option value="red">Red color</option>. Is there a way to do this?
Because if I have 3 items for example, Red, Black, Blue with respectively the ID 1 2 and 3, if I remove Black, I still want blue to have the ID 3...
Thanks in advance.