mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fix a11y issues in .hstack example and placeholder 'How it works' example (#34892)
This commit is contained in:
@@ -68,7 +68,7 @@ Create an inline form with `.hstack`:
|
||||
|
||||
{{< example >}}
|
||||
<div class="hstack gap-3">
|
||||
<input class="form-control me-auto" type="text" placeholder="Add your item here...">
|
||||
<input class="form-control me-auto" type="text" placeholder="Add your item here..." aria-label="Add your item here...">
|
||||
<button type="button" class="btn btn-secondary">Submit</button>
|
||||
<div class="vr"></div>
|
||||
<button type="button" class="btn btn-outline-danger">Reset</button>
|
||||
|
||||
Reference in New Issue
Block a user