Skip to content

Commit

Permalink
fix: synchronize radio btn selections between two pagination number s…
Browse files Browse the repository at this point in the history
…ettings

Refs: #135
  • Loading branch information
yinanazhou committed Jul 24, 2024
1 parent 514c4dd commit 57a81c6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@
<span class="text-start">View</span>
<input type="radio"
class="btn-check option-radio"
name="options-group2"
id="20"
autocomplete="off" />
<label class="btn" title="View 20 entries per page" for="20">20</label>
<label class="col-form-label mb-1">|</label>
<input type="radio"
class="btn-check option-radio"
name="options-group2"
id="50"
autocomplete="off" />
<label class="btn" title="View 50 entries per page" for="50">50</label>
<label class="col-form-label mb-1">|</label>
<input type="radio"
class="btn-check option-radio"
name="options-group2"
id="100"
autocomplete="off" />
<label class="btn" title="View 100 entries per page" for="100">100</label>
Expand Down

0 comments on commit 57a81c6

Please sign in to comment.