Skip to content

Commit

Permalink
use type=button for PopoverButton
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Nov 15, 2024
1 parent cdbf6f3 commit a8a7ce3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ const PopoverButton = forwardRef<PopoverButtonHandle, PopoverButtonProps>(
additionalAriaProperties={{
'aria-controls': 'dropdown',
'aria-haspopup': 'true',
type: 'button',
}}
/>
);
Expand Down

0 comments on commit a8a7ce3

Please sign in to comment.