Restore missing aria-label, add missing end of file line
This commit is contained in:
parent
754362ee6b
commit
4c53d0b14e
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@
|
|||
form.classList.add('was-validated');
|
||||
}, false)
|
||||
})
|
||||
})()
|
||||
})()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue