palantir/blueprint

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

Open

#5.041 geöffnet am 29. Nov. 2021

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (2.167 Forks)batch import
P2Package: coreType: feature requesthelp wanted

Repository-Metriken

Stars
 (20.263 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 43T 10h) (27 gemergte PRs in 30 T)

Beschreibung

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