-
-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add overload with params array for AddChoiceGroup() #682
Add overload with params array for AddChoiceGroup() #682
Conversation
@Sir-Baconn could you please add an issue for this "problem", so we can track the changes a bit better? |
Thanks, I have added #690 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@Sir-Baconn your changes have been merged, thanks for your contribution 👍 |
Adds overloads to
MultiSelectionPrompt.AddChoiceGroup()
andSelectionPrompt.AddChoiceGroup()
taking inparams T[]
. Similar methods likeAddChoices()
had this option but these did not.Resolves #690