Skip to content

Commit

Permalink
Merge pull request #10136 from archesproject/9822_term_search_labels_…
Browse files Browse the repository at this point in the history
…accessibility

fix label issue with term search, re #9822
  • Loading branch information
apeters authored Oct 17, 2023
2 parents 46ae4bd + 7de6243 commit 0d667b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="term-search-filter"><form autocomplete="off">
<select style="width:100%;"
data-bind="
attr: {'data-label': $root.translations.findAResource},
attr: {'data-label': $root.translations.findAResource, 'aria-label': $root.translations.findAResource},
termSearch: {terms: filter.terms, language: language, tags: filter.tags, placeholder: $root.translations.findAResource}
"
></select>
Expand Down

0 comments on commit 0d667b1

Please sign in to comment.