Skip to content

Commit

Permalink
Select multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Nov 12, 2024
1 parent b35a1c0 commit daaf624
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/styling/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ <h1>Forms</h1>
</select>
</p>

<p>
<label for="selectmulti" class="block">Multiple selects</label>

<select id="selectmulti" class="w-10" multiple>
<option>Martin</option>
<option>Drew</option>
<option>Johan</option>
<option>Nevyn</option>
<option>Tabanitha</option>
<option>Andoma</option>
<option>Forrest</option>
<option>Carl</option>
<option>A really really really really really really really long text</option>
</select>
</p>

<p>
<label for="select-disabled" class="block">Disabled select</label>

Expand Down

0 comments on commit daaf624

Please sign in to comment.