Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot tab to previous step button in MultiStepDialog #6057

Closed
bvandercar-vt opened this issue Apr 4, 2023 · 0 comments · Fixed by #6046
Closed

Cannot tab to previous step button in MultiStepDialog #6057

bvandercar-vt opened this issue Apr 4, 2023 · 0 comments · Fixed by #6046

Comments

@bvandercar-vt
Copy link
Contributor

Environment

  • Package version(s): Latest
  • Operating System: Windows
  • Browser name and version: Chrome

Steps to reproduce

  1. Go to a multistep dialog step greater than 1 (ie at https://blueprintjs.com/docs/#core/components/dialog.multistep-dialog, then go to step 2)
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants