mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
docs: a11y otb popover dismissable set to false (#4521)
This commit is contained in:
parent
2b0442b9ef
commit
93f68727c1
@ -169,6 +169,7 @@ export const A11yOtb = () => {
|
||||
<Dropdown
|
||||
className="shadow-xl"
|
||||
closeOnSelect={true}
|
||||
isDismissable={false}
|
||||
isOpen={isDropdownOpen}
|
||||
placement="bottom"
|
||||
portalContainer={ref.current}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user