Skip to content

Commit

Permalink
Merge pull request #1021 from nwanduka/patch-6
Browse files Browse the repository at this point in the history
Added accessible name to <select> element
  • Loading branch information
birm authored Aug 6, 2024
2 parents fe854d3 + 042d917 commit f81117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1 class="h1">caMicroscope</h1>
</div>
<div class="search-box float-left form-group d-md-inline-flex mb-4 mx-md-1">
<div class="w-sm-50 pl-md-2 pt-2">
<select id='entries' class="select form-control" aria-labelledby="slides-per-page">
<select id='entries' class="select form-control" aria-label="Number of slides per page">
<option value="10" selected>10 slides/page</option>
<option value="20">20 slides/page</option>
<option value="40">40 slides/page</option>
Expand Down

0 comments on commit f81117d

Please sign in to comment.