Skip to content

Commit

Permalink
Remove redundant tabindex
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrade committed Nov 25, 2024
1 parent 154ff2f commit d067480
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ export default class SelectOpener extends React.Component<
aria-expanded={open ? "true" : "false"}
aria-haspopup="listbox"
data-testid={testId}
tabIndex={0}
id={id}
role="combobox"
aria-label={placeholder}
Expand Down

0 comments on commit d067480

Please sign in to comment.