Has anyone used CSS to create a Combobox UI?
-
I think it's very convenient to use CSS to create UI, but I don't know where to start with ComboBox. I looked through the HISE documentation but couldn't find any examples. Has anyone done it before? Could you give me an example? I would be very grateful.
-
@CatABC Looks like there are a few examples in the docs already?
HISE | UI Components | ComboBox
A ComboBox to select different items from an indexed `items` list
(docs.hise.dev)
-
@HISEnberg Ahaha, I was blind, thanks for helping me find it