Skip to content

Commit

Permalink
Merge pull request #1030 from nwanduka/patch-12
Browse files Browse the repository at this point in the history
Added title to select element
  • Loading branch information
birm authored Aug 20, 2024
2 parents 3c5410c + 1e2444d commit c70d646
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-label="Number of slides per page">
<select id='entries' class="select form-control" title="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 c70d646

Please sign in to comment.