You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically a great feature to add would be a workflow to un-toggle options in a Choice list which are in a mutually exclusive group. I.e. as user selects an option, it toggles off any other selected option in its grouping. This would be intuitive to the user and would simplify any validation.
This would have 2 multi select menus for the user, making 2 values in the display_settings list. example ["warning", "paging"]
The text was updated successfully, but these errors were encountered:
pete312
changed the title
Support group excludive selections in inquirer.checkbox and inquirer.select workflows.
Support group exclusive selections in inquirer.checkbox and inquirer.select workflows.
Jun 21, 2023
Feature request : group exclusive selections.
relating to the SO question about this.
https://stackoverflow.com/questions/76525077/how-to-mutualy-exclude-choices-in-inquirerpy?noredirect=1#comment134928834_76525077
Basically a great feature to add would be a workflow to un-toggle options in a Choice list which are in a mutually exclusive group. I.e. as user selects an option, it toggles off any other selected option in its grouping. This would be intuitive to the user and would simplify any validation.
This could be an option on the Choice.
This would have 2 multi select menus for the user, making 2 values in the display_settings list. example ["warning", "paging"]
The text was updated successfully, but these errors were encountered: