From 506cd26be93028a6a3e9cd455604ca72769831fe Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Sat, 18 Nov 2023 02:26:10 +0100 Subject: [PATCH] Fix search dropdown accessibility (#26696) * Change behavior of keydown * Fix accessibility --- htdocs/main.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 835615b4097..ddc01b9a352 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -2920,7 +2920,7 @@ function top_menu_search() $stringforfirstkey .= ' CTL +'; } - $searchInput = ''; + $searchInput = ''; $defaultAction = ''; $buttonList = ''; - $dropDownHtml = '