Skip to content

Commit

Permalink
De-dupe required attr
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 17, 2020
1 parent 8ce9846 commit 1cc8fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/forms/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Validation styles are available for the following form controls and components:
</div>

<div class="mb-3">
<select class="form-select" required aria-label="select example" aria-describedby="supportedElements04" required>
<select class="form-select" aria-label="select example" aria-describedby="supportedElements04" required>
<option value="">Open this select menu</option>
<option value="1">One</option>
<option value="2">Two</option>
Expand Down

0 comments on commit 1cc8fc9

Please sign in to comment.