Optgroups inside field select options

Optgroups inside field select options

tomekkietomekkie Posts: 30Questions: 6Answers: 1

I guess optgroups inside field select options like these here:
http://jsfiddle.net/JaZAm/1/
are not supported within editor, are they?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Answer ✓

    Currently no - sorry.

    You can access the select element if you wanted and create them yourself (i.e. remove the existing options and then add your own with grouping) - but there isn't a built in API in Editor to use that.

    Allan

  • tomekkietomekkie Posts: 30Questions: 6Answers: 1

    Thanks.
    You can add custom select tags with "render" function.

This discussion has been closed.