Coloring chips in QSelect w/autocomplete input
-
I use QSelect with autocomplete function and chips input. I didn’t find any options to change chips color from grey…Is that possbile?
-
You can use CSS; https://codepen.io/smolinari/pen/OJLwXOY
Or do anything you want with the
selected
slot: https://codepen.io/smolinari/pen/KKPBMZV?editors=1010Scott
-
Oh, thank you! Slots are so powerful!