docs: a11y otb popover dismissable set to false (#4521)

This commit is contained in:
winches 2025-01-09 20:23:29 +08:00 committed by GitHub
parent 2b0442b9ef
commit 93f68727c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,6 +169,7 @@ export const A11yOtb = () => {
<Dropdown
className="shadow-xl"
closeOnSelect={true}
isDismissable={false}
isOpen={isDropdownOpen}
placement="bottom"
portalContainer={ref.current}