We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b364c4 commit 602106aCopy full SHA for 602106a
packages/compass-components/src/components/modals/modal.tsx
@@ -39,6 +39,8 @@ function UnwrappedModal({
39
className={cx(styles, className, {
40
[fullScreenStyles]: fullScreen,
41
})}
42
+ /* For now, we're defaulting to not auto-focus the first focusable element */
43
+ initialFocus={null}
44
{...props}
45
>
46
<Body as="div">{children}</Body>
0 commit comments