palantir/blueprint

[Multistep Dialog] Allow navigation via sidebar steps to be disabled

Open

#5,041 opened on Nov 29, 2021

View on GitHub
 (4 comments) (0 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
P2Package: coreType: feature requesthelp wanted

Description

Feature request

Add the ability to disable navigation to different steps in the sidebar.

Use case

In complex wizards where validation of each step is dependant on the previous results, we do not necessarily want users to be able to navigate through the wizard using the side panel. The navigation should purely be done via the next button to allow proper validation on each step

Examples

<MultiStepDialog ... sidebarNavigation={false} />

Contributor guide

[Multistep Dialog] Allow navigation via sidebar steps to be disabled · palantir/blueprint#5041 | Good First Issue