Skip to content

Commit f62a472

Browse files
chore(select): remove chevron comment per review feedback
1 parent 197f474 commit f62a472

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/Select/Select.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,8 +1098,6 @@ export const Select: FC<SelectProps> = React.forwardRef(
10981098
? toggleButtonAriaLabel
10991099
: 'Toggle dropdown',
11001100
htmlType: 'button',
1101-
// Decorative chevron hidden from AT via aria-hidden; the role="combobox"
1102-
// input is the interaction surface. No role="presentation" (WCAG 4.1.2).
11031101
tabIndex: -1,
11041102
ariaHidden: true,
11051103
iconProps: {

0 commit comments

Comments
 (0)