From bc4fd9d18d57ebd35bd6d110592582294e62ada6 Mon Sep 17 00:00:00 2001 From: Saurabh Sharma Date: Thu, 2 Jan 2025 18:07:42 +0530 Subject: [PATCH] [MA-33]: Added aria-live to empty result messages --- .../channels/src/components/search_results/search_results.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/channels/src/components/search_results/search_results.tsx b/webapp/channels/src/components/search_results/search_results.tsx index 52ff8002c8a..51f3c9be290 100644 --- a/webapp/channels/src/components/search_results/search_results.tsx +++ b/webapp/channels/src/components/search_results/search_results.tsx @@ -292,6 +292,7 @@ const SearchResults: React.FC = (props: Props): JSX.Element => { 'sidebar--right__subheader a11y__section', {'sidebar-expanded': isSideBarExpanded}, ])} + aria-live='polite' > = (props: Props): JSX.Element => { 'sidebar--right__subheader a11y__section', {'sidebar-expanded': isSideBarExpanded}, ])} + aria-live='polite' > = (props: Props): JSX.Element => { >