+ 1
Optgroup
how can I use optgroup and is it similar to option
2 Réponses
+ 3
<select>
  <optgroup label="test">
    <option value="test1">test1</option>
    <option value="test2">test2</option>
  </optgroup>
</select>
I think you can understand by above code ,
0
Thanks, how do I make multiple options, instead of repeating option





