Skip to content

Commit

Permalink
Merge pull request #972 from nwanduka/patch-7
Browse files Browse the repository at this point in the history
Added aria-label to slides/page combo box on the slides page
  • Loading branch information
birm authored Jun 14, 2024
2 parents 442cf3a + f8cbeff commit 3d68661
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">
<select id='entries' class="select form-control" aria-labelledby="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 3d68661

Please sign in to comment.