Skip to content

Commit

Permalink
Fixed prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LurkingExorcist committed Oct 6, 2023
1 parent e2547f4 commit 6082446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-select/src/Select.tsx
Expand Up @@ -1627,7 +1627,7 @@ export default class Select<
'aria-label': this.props['aria-label'],
'aria-labelledby': this.props['aria-labelledby'],
'aria-required': required,
'role': inputRole,
role: inputRole,
...(menuIsOpen && {
'aria-controls': this.getElementId('listbox'),
'aria-owns': this.getElementId('listbox'),
Expand Down

0 comments on commit 6082446

Please sign in to comment.