I want to create a dropdown menu which has non-selectable headings in it as well as selectable items.
For example, if I wanted to make it easy for users to select a drink from a single dropdown I'd want to make it like this:
FRUIT JUICES
apple
orange
pineapple
HOT DRINKS
tea
coffee
hot chocolate
CARBONATED DRINKS
cola
lemonade
orange
I want the words in BOLD uppercase to be in the dropdown menu, but NOT selectable. I want the words in lowercase to be the options that users choose from.
Hope this makes sense and that you can help me out.
Thanks in advance.