Skip to content

Commit

Permalink
docs: a11y otb popover dismissable set to false (#4521)
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe authored Jan 9, 2025
1 parent 2b0442b commit 93f6872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs/components/marketing/a11y-otb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export const A11yOtb = () => {
<Dropdown
className="shadow-xl"
closeOnSelect={true}
isDismissable={false}
isOpen={isDropdownOpen}
placement="bottom"
portalContainer={ref.current}
Expand Down

0 comments on commit 93f6872

Please sign in to comment.