From 2479bb5a2e789f07ec50d48492dae7e7cf411cf1 Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Mon, 19 Dec 2022 01:47:58 -0800 Subject: [PATCH 1/3] fix: ComboBox button is not aria-hidden by default --- packages/react/src/components/ComboBox/ComboBox.tsx | 2 +- packages/react/src/components/ComboBox/ComboBox.types.ts | 7 +++---- .../ComboBox/__snapshots__/ComboBox.test.tsx.snap | 4 ---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/packages/react/src/components/ComboBox/ComboBox.tsx b/packages/react/src/components/ComboBox/ComboBox.tsx index af722d4c0b655d..03eb5041dd6f8e 100644 --- a/packages/react/src/components/ComboBox/ComboBox.tsx +++ b/packages/react/src/components/ComboBox/ComboBox.tsx @@ -570,7 +570,7 @@ class ComboBoxInternal extends React.Component