Skip to content

Commit bd92ee9

Browse files
committed
docs(Dialog): enable F6 navigation
1 parent bf63441 commit bd92ee9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/main/src/webComponents/Dialog/Dialog.stories.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export const Default: Story = {
4747
</Button>
4848
<Dialog
4949
{...args}
50+
data-sap-ui-fastnavgroup="true"
51+
className="contentPartNoPadding"
5052
open={dialogOpen}
5153
onClose={(e) => {
5254
args.onClose(e);
@@ -55,6 +57,7 @@ export const Default: Story = {
5557
footer={
5658
<FlexBox justifyContent={FlexBoxJustifyContent.End} fitContainer style={{ paddingBlock: '0.25rem' }}>
5759
<Button
60+
data-sap-ui-fastnavgroup="true"
5861
onClick={() => {
5962
setDialogOpen(false);
6063
}}

0 commit comments

Comments
 (0)