Skip to content

Commit

Permalink
Remove redundant tabindex
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrade authored and marcysutton committed Jan 8, 2025
1 parent 384c28e commit f90f127
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export default class SelectOpener extends React.Component<
aria-required={ariaRequired}
aria-haspopup="listbox"
data-testid={testId}
tabIndex={0}
id={id}
role="combobox"
aria-label={placeholder}
Expand Down

0 comments on commit f90f127

Please sign in to comment.