Dialog Component A11Y and Prop Usage #20509
Unanswered
VenkateshChunchu
asked this question in
Q&A
Replies: 1 comment
-
FYI: I'm looking something like this: I really Appreciate your help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using Dialog component in my project where in, I must navigate into different steps within the Dialog component.
like Dialog having Next and Back buttons to switch between the steps.
something like Step 2/3. Please can any one point me which property to look for?
I see this is supported from documentation:
Expectation: should read Next step page content.
Actual: it is losing the focus on Dialog
I have tried FocusTrapZone for all the content inside the dialog and to overall Dialog as well. nothing seems to be helping.
I really appreciate your response on this.
My Dialog looks like:

Beta Was this translation helpful? Give feedback.
All reactions