We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ceffd commit b37ae92Copy full SHA for b37ae92
1 file changed
packages/core/src/components/popover-next/popoverPopup.tsx
@@ -18,7 +18,7 @@ export function PopoverPopup(props: PopoverPopupProps) {
18
animation = PopoverAnimation.SCALE,
19
arrow = true,
20
arrowRef,
21
- autoFocus = true,
+ autoFocus,
22
backdropProps,
23
canEscapeKeyClose,
24
captureDismiss = false,
0 commit comments