Lack of interest Add <optgroup> to Drop down selection in Custom thread fields

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

NHATKYMUA

Member
It would be really awesome if we would be able to add <optgroup> to Drop down selection in Custom thread fields

HTML:
<select>
  <optgroup label="Swedish Cars">
    <option value="volvo">Volvo</option>
    <option value="saab">Saab</option>
  </optgroup>
  <optgroup label="German Cars">
    <option value="mercedes">Mercedes</option>
    <option value="audi">Audi</option>
  </optgroup>
</select>
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom