Restore missing aria-label, add missing end of file line

This commit is contained in:
Mark Otto 2020-06-15 01:10:55 -07:00
parent 754362ee6b
commit 4c53d0b14e
2 changed files with 2 additions and 2 deletions

View file

@ -274,7 +274,7 @@ You can insert custom feedback messages with the `.valid-feedback` or `.invalid-
</div>
<div class="mb-3">
<select class="form-select is-invalid" aria-describedby="messageFeedbackSelect" required>
<select class="form-select is-invalid" aria-describedby="messageFeedbackSelect" aria-label="Select example" required>
<option value="">Open this select menu</option>
<option value="1">One</option>
<option value="2">Two</option>

View file

@ -18,4 +18,4 @@
form.classList.add('was-validated');
}, false)
})
})()
})()