How to implement the <optgroup> in a drop-down in Mendix?

0
example of optgroup in html:  https://www.w3schools.com/TAgs/tryit.asp?filename=tryhtml_optgroup
asked
1 answers
0

As far as I know there may not be a widget available for this already. You could though create one of your own as I see that there are react widgets around the same concept.

Take a look at this:

https://stackoverflow.com/questions/53707359/select-with-optgroup-in-reactjs

Mendix documentation for pluggable widgets:

https://docs.mendix.com/howto/extensibility/pluggable-widgets

answered