-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Our onboarding workflow requires users to make selections from two dropdown menus. The contents of the second menu are determined by the choice made in the first menu. We'd like to be able to update one menu's options based on the selection made in another menu.
Describe the solution you'd like
A perfect solution would allow for retrieving selections and updating elements in a live window.
A less perfect, but usable solution would be a method to map the relationship between menus in advance.
Describe alternatives you've considered
We are currently using DEPNotify for this reason.
Additional context
In our use case, we need to get the choice in the first menu, then run an api call to get the choices for the second menu. The second menu has placeholder text (i.e. Select from menu 1) until a choice is made. Optimally, the second menu gets populated as soon as the user makes the first selection, and does not require the user to press a button to process the choice.