We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2144fc6 commit 91fecc1Copy full SHA for 91fecc1
src/components/FocusTrap/FocusTrapForModal/index.web.tsx
@@ -10,7 +10,7 @@ function FocusTrapForModal({children, active}: FocusTrapForModalProps) {
10
focusTrapOptions={{
11
trapStack: sharedTrapStack,
12
allowOutsideClick: true,
13
- fallbackFocus: document.body,
+ initialFocus: false,
14
}}
15
>
16
{children}
0 commit comments