Skip to content

feat(Wizard - next): Additional features/enhancements #7914

@jpuzz0

Description

@jpuzz0

Depends on: #7731

  • Ability to hide steps using hook called useToggleWizardStep (or something similar to this) or by passing a isHidden flag to WizardStep usages directly.
  • Inclusion of index for onNext, onBack, and onNavByIndex callbacks.
  • status or hasError prop can be added to control whether a step's nav label displays an ExclamationCircleIcon
  • Getter and setter for WizardControlSteps can be added to make it easier to update any aspect of the list of steps maintained by Wizard's context.
  • Give WizardStep the ability to control any single prop passed to the footer of the parent by providing a footer prop for WizardStep directly.

Should also update examples to include these enhancements.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions