Skip to content

Commit

Permalink
added aria-label to slides/page combo box
Browse files Browse the repository at this point in the history
  • Loading branch information
nwanduka authored Jun 13, 2024
1 parent a9058bd commit f8cbeff
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 f8cbeff

Please sign in to comment.