diff --git a/packages/core/src/components/dialog/multistepDialog.tsx b/packages/core/src/components/dialog/multistepDialog.tsx index 3c1434bcd9..5946d52aec 100644 --- a/packages/core/src/components/dialog/multistepDialog.tsx +++ b/packages/core/src/components/dialog/multistepDialog.tsx @@ -27,6 +27,11 @@ import { DialogStep, DialogStepId, IDialogStepProps } from "./dialogStep"; type DialogStepElement = React.ReactElement; export interface IMultistepDialogProps extends IDialogProps { + /** + * Props for the back button. + */ + backButtonProps?: Partial>; + /** * Props for the button to display on the final step. */ @@ -158,19 +163,27 @@ export class MultistepDialog extends AbstractPureComponent2 0) { - buttons.push(