Skip to content

Commit

Permalink
XWIKI-21344: extensionSearchRepositoryList select has a hidden label (#…
Browse files Browse the repository at this point in the history
…2498)

* Updated the class of the label to make it visible to assistive techs
  • Loading branch information
Sereza7 authored Oct 27, 2023
1 parent 03d1535 commit 80609c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<input type="text" id="extensionSearchInput" name="search"
#if ("$!request.search" != '') value="$escapetool.xml($request.search)"#{end}
placeholder="$services.localization.render('extensions.search.tip')"/>
<label class="hidden" for="extensionSearchRepositoryList">$services.localization.render('extensions.search.repository.label')</label>
<label class="sr-only" for="extensionSearchRepositoryList">$services.localization.render('extensions.search.repository.label')</label>
#if ($request.repo)
#set ($selectedRepositoryId = $request.repo)
#end
Expand Down

0 comments on commit 80609c3

Please sign in to comment.