From a97349316d87ff0b63786da39dc1eff218e42f07 Mon Sep 17 00:00:00 2001 From: rodrigorvsn Date: Thu, 25 Sep 2025 09:00:27 -0300 Subject: [PATCH] docs(popover): update shouldCloseOnScroll default to true --- apps/docs/content/docs/components/popover.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/components/popover.mdx b/apps/docs/content/docs/components/popover.mdx index 07a4a086f6..76e7857fb0 100644 --- a/apps/docs/content/docs/components/popover.mdx +++ b/apps/docs/content/docs/components/popover.mdx @@ -262,7 +262,7 @@ You can customize the `Popover` component by passing custom Tailwind CSS classes attribute: "shouldCloseOnScroll", type: "boolean", description: "Whether the popover should close on scroll.", - default: "false" + default: "true" }, { attribute: "isKeyboardDismissDisabled",