You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot tab to a previous step, but can click it to take effect
Actual behavior
Cannot tab to the step to go back.
Expected behavior
Can tab to step to go back, and hit enter to take effect
Possible solution
Set tabIndex={0} to the div that has the onClick for changing the dialog step so it can be tabbed to. May also need to add onKeyDown for enter keypress to take effect.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
Actual behavior
Cannot tab to the step to go back.
Expected behavior
Can tab to step to go back, and hit enter to take effect
Possible solution
Set
tabIndex={0}
to thediv
that has theonClick
for changing the dialog step so it can be tabbed to. May also need to addonKeyDown
forenter
keypress to take effect.The text was updated successfully, but these errors were encountered: