Change live-search so it announces results

If there is a search term when the page loads, a
statement about the results is added to the
searchbox label.

All subsequent searches are announced via an aria
live-region.
This commit is contained in:
Tom Byers
2020-09-17 14:38:40 +01:00
parent 3719479356
commit 43935457d8
2 changed files with 33 additions and 4 deletions
@@ -14,6 +14,7 @@
"label": {"text": search_label},
"autocomplete": "off"
}) }}
<div role="region" aria-live="polite" class="live-search__status govuk-visually-hidden"></div>
</div>
</div>
{% endif %}