add multiple select

This commit is contained in:
Rácz Tibor Zoltán
2018-09-18 02:22:13 +02:00
committed by GitHub
parent 3b85be264e
commit a9fa7e0dfb

View File

@@ -335,6 +335,16 @@
</optgroup> </optgroup>
</select> </select>
</p> </p>
<p>
<label for="select_multiple">Select (multiple)</label>
<select id="select_multiple" multiple="multiple">
<optgroup label="Option Group">
<option>Option One</option>
<option>Option Two</option>
<option>Option Three</option>
</optgroup>
</select>
</p>
</fieldset> </fieldset>
<p><a href="#top">[Top]</a></p> <p><a href="#top">[Top]</a></p>
<fieldset id="forms__checkbox"> <fieldset id="forms__checkbox">