Skip to content

Commit

Permalink
reorder numbering in star input example
Browse files Browse the repository at this point in the history
  • Loading branch information
danbivins authored Nov 6, 2024
1 parent 94a52d6 commit 8b559bb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions _includes/examples/input-stars.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
Rate this product
</legend>
<div class="star-rating">
<input type="radio" class="star" name="star" id="star-5">
<label for="star-5">
<span class="hidden">5 star</span>
<input type="radio" class="star" name="star" id="star-1">
<label for="star-1">
<span class="hidden">1 star</span>
</label>
<input type="radio" class="star" name="star" id="star-4">
<label for="star-4">
<span class="hidden">4 star</span>
<input type="radio" class="star" name="star" id="star-2">
<label for="star-2">
<span class="hidden">2 star</span>
</label>
<input type="radio" class="star" name="star" id="star-3">
<label for="star-3">
<span class="hidden">3 star</span>
</label>
<input type="radio" class="star" name="star" id="star-2">
<label for="star-2">
<span class="hidden">2 star</span>
<input type="radio" class="star" name="star" id="star-4">
<label for="star-4">
<span class="hidden">4 star</span>
</label>
<input type="radio" class="star" name="star" id="star-1">
<label for="star-1">
<span class="hidden">1 star</span>
<input type="radio" class="star" name="star" id="star-5">
<label for="star-5">
<span class="hidden">5 star</span>
</label>
</div>
</fieldset>
</fieldset>

0 comments on commit 8b559bb

Please sign in to comment.