mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
Update src/registrar/assets/src/js/getgov-admin/domain-request-form.js
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
ea0e9e2f7e
commit
f937360dba
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ export function initFilterFocusListeners() {
|
|||
let focusedElement = document.getElementById(lastClickedFilterId);
|
||||
if (focusedElement) {
|
||||
//Focus the element
|
||||
focusedElement.setAttribute("tabindex", "-1");
|
||||
focusedElement.setAttribute("tabindex", "0");
|
||||
focusedElement.focus({ preventScroll: true });
|
||||
|
||||
// Announce focus change for screen readers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue