mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
a11y: set an aria-label for unlabelled search input (#2531)
This commit is contained in:
commit
742a23b668
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
<input name="q"
|
||||
type="search"
|
||||
placeholder="{% firstof placeholder default_placeholder %}"
|
||||
aria-label="{% firstof placeholder default_placeholder %}"
|
||||
value="{{ request.GET.q|default:"" }}" />
|
||||
</div>
|
||||
<div class="col third mwide">
|
||||
|
|
Loading…
Reference in a new issue