I’m curious if anyone has a need to support a use case where sometimes a wizard would only have one step. For example, additional steps in the wizard become available based on the options selected by the user in the first step. And these options are only available in the first step if the user has defined some application settings to enable them.
Would the recommendation be to display the wizard with just one step for these users? Has anyone considered a variation of the wizard where the navigation steps aren’t visible until there is more than one step to display?
In the case where the settings aren’t even defined to enable these options, would the recommendation be to continue using a single-step wizard, or would that be a regular modal?
Thanks!