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
Add a disabled prop to <MultistepDialog> that would allow the side navigation to be disabled (e.g when the dialog is being submitted)
Perhaps if specified true (and ignored as false | undefined), it could also combine & override any individual disabled props for all the other steps' nextButtonProps and backButtonProps? (You can see in my Code Sandbox example, I am passing || submitting through to most of them)
Environment
Feature Request
Add a
disabled
prop to<MultistepDialog>
that would allow the side navigation to be disabled (e.g when the dialog is being submitted)Perhaps if specified
true
(and ignored asfalse | undefined
), it could also combine & override any individualdisabled
props for all the other steps'nextButtonProps
andbackButtonProps
? (You can see in my Code Sandbox example, I am passing|| submitting
through to most of them)Code Sandbox
https://codesandbox.io/s/blueprint-sandbox-multistepdialog-4di0d
Steps to reproduce
(Using the example in the Code Sandbox)
<MultistepDialog>
to the end.The text was updated successfully, but these errors were encountered: