I have a client that wants to group options within a dropdown field where the group heading would not be selectable (also would like to style it differently).
I've tried multiple
=Heading 1
optiona=Option A
optionb=Option B
=Heading 2
optionc=OptionC
optiond=Option D
=Heading 3
optione=Option E
optionf=Option F
But it is not displaying correctly...dropdown starts with =Heading3
Also any style/html added to fields are stripped out (i.e. =<strong>Heading1</strong> OR =<div style='background:#000;color:FFF;'>Heading1</div>
Thanks!
I've tried multiple
=Heading 1
optiona=Option A
optionb=Option B
=Heading 2
optionc=OptionC
optiond=Option D
=Heading 3
optione=Option E
optionf=Option F
But it is not displaying correctly...dropdown starts with =Heading3
Also any style/html added to fields are stripped out (i.e. =<strong>Heading1</strong> OR =<div style='background:#000;color:FFF;'>Heading1</div>
Thanks!
You'll probably have to do it manually using a Custom HTML element and the required Semantic-UI code.
https://semantic-ui.com/modules/dropdown.html
https://semantic-ui.com/modules/dropdown.html
This topic is locked and no more replies can be posted.