From ee5926f03c9655ecb5fa8bac93899266a5093341 Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:35:28 -0400 Subject: [PATCH] [MM-62996] Add focusability to react-select remove button in notifications settings (#31238) * [MM-62996] Fix the readout for react-select instructions on user_settings_notifications * Update webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx Co-authored-by: Harrison Healey --------- Co-authored-by: Mattermost Build Co-authored-by: Harrison Healey --- .../user_settings/notifications/user_settings_notifications.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx b/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx index 191d631c4c..d6a3ebfe26 100644 --- a/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx +++ b/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx @@ -231,7 +231,6 @@ function getDefaultStateFromProps(props: Props): State { const Input = (props: InputProps) => { const ariaProps = { 'aria-labelledby': 'settingTitle', - 'aria-describedby': 'extraInfo', }; return (