palantir/blueprint

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

Open

#5,041 建立於 2021年11月29日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)TypeScript (20,263 star) (2,167 fork)batch import
P2Package: coreType: feature requesthelp wanted

描述

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} />

貢獻者指南

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