I'd like to create a widget that allows you to label text with two labels.
These would be along the lines of:
data: Some weird store name
label 1: Groceries
label 2: Tesco
these labels are two seperate things but both realted to the data shown. How would I implement this?
I've created a dual dropdown widget for showing these things, the issue that I have is that options is a list but now I'll have two lists with different values.