palantir/blueprint

Multiselect Dialog: Enable all steps by default

Open

#6,167 opened on May 19, 2023

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

Repository metrics

Stars
 (20,263 stars)
PR merge metrics
 (Avg merge 43d 10h) (27 merged PRs in 30d)

Description

Environment

  • Package version(s): 4.16.2
  • Browser and OS versions: Chrome, macOs Ventura 13.3.1

Question

When using the Multistep dialog, is there a way to enable all steps in the side panel by default instead of having to click next to enable each step?

I have a use case where the format of Multiselect makes the most sense, but the steps are independent and not in a sequential form to be submitted at the end. The user can do what they need in the DialogBody on any step and close the MultistepDialog when done.

Contributor guide