Skip to content

Commit 1eead84

Browse files
committed
chore(Select): hide chevron icon from screen readers
1 parent 2833553 commit 1eead84

File tree

1 file changed

+1
-1
lines changed
  • packages/orbit-components/src/Select

1 file changed

+1
-1
lines changed

packages/orbit-components/src/Select/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const Select = React.forwardRef<HTMLSelectElement, Props>((props, ref) => {
218218
: "text-form-element-filled-foreground",
219219
)}
220220
>
221-
<ChevronDown color="secondary" />
221+
<ChevronDown color="secondary" ariaHidden />
222222
</div>
223223
<FakeInput disabled={disabled} error={error} />
224224
</div>

0 commit comments

Comments
 (0)