Skip to content

Commit

Permalink
fix: dropdown caret rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 13, 2023
1 parent f32b33a commit 94eecbc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const Dropdown = ({
'aria-pressed': `${isOpen}`,
'data-testid': menuButtonTestId,
'data-test': menuButtonTest,
'aria-expanded': `${isOpen}`,
ref: floating.refs.setReference,
...getReferenceProps(),
})}
Expand Down

0 comments on commit 94eecbc

Please sign in to comment.