Skip to content

Commit a55e325

Browse files
[ObsUX][A11y] Add area label to comparison drop down (#215664)
Closes #210254 Before <img width="1494" alt="Screenshot 2025-03-24 at 10 51 01" src="https://github.com/user-attachments/assets/872ca24d-8087-4261-bdf0-19107b13d01a" /> After <img width="1494" alt="Screenshot 2025-03-24 at 10 49 51" src="https://github.com/user-attachments/assets/6d840f70-41b3-4891-ab91-cf99f3c6a93e" />
1 parent 366a0da commit a55e325

File tree

1 file changed

+3
-0
lines changed
  • x-pack/solutions/observability/plugins/apm/public/components/shared/time_comparison

1 file changed

+3
-0
lines changed

x-pack/solutions/observability/plugins/apm/public/components/shared/time_comparison/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ export function TimeComparison() {
9999

100100
return (
101101
<EuiSelect
102+
aria-label={i18n.translate('xpack.apm.timeComparison.euiSelect.seletTimeComparisonLabel', {
103+
defaultMessage: 'Select time comparison options',
104+
})}
102105
fullWidth={isSmall || isMedium}
103106
data-test-subj="comparisonSelect"
104107
disabled={comparisonEnabled === false}

0 commit comments

Comments
 (0)