feat: prevent list dropdown from closing after selection

This commit is contained in:
Henry
2025-02-01 22:06:59 +00:00
parent ee45d692c2
commit 14b4d73fb6
4 changed files with 35 additions and 113 deletions

View File

@@ -113,7 +113,7 @@ export default function CheckboxDropdown({
<>
<Menu.Button
as={asChild ? "div" : undefined}
className="w-full focus-visible:outline-none"
className="h-full w-full focus-visible:outline-none"
>
{children}
</Menu.Button>