diff --git a/packages/eui/changelogs/upcoming/8849.md b/packages/eui/changelogs/upcoming/8849.md new file mode 100644 index 00000000000..522c928d862 --- /dev/null +++ b/packages/eui/changelogs/upcoming/8849.md @@ -0,0 +1,3 @@ +- Added `includeSelectorInFocusTrap` prop for `EuiFlyout` +- Added component defaults for `EuiFlyout` that include `includeSelectorInFocusTrap` and `includeFixedHeadersInFocusTrap` + diff --git a/packages/eui/src/components/flyout/__snapshots__/flyout.test.tsx.snap b/packages/eui/src/components/flyout/__snapshots__/flyout.test.tsx.snap index e0d99120e32..6dec7142e58 100644 --- a/packages/eui/src/components/flyout/__snapshots__/flyout.test.tsx.snap +++ b/packages/eui/src/components/flyout/__snapshots__/flyout.test.tsx.snap @@ -1125,7 +1125,7 @@ exports[`EuiFlyout renders extra screen reader instructions when fixed EuiHeader > You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close. - You can still continue tabbing through the page headers in addition to the dialog. + You can still continue tabbing through other global page landmarks.