survey
survey copied to clipboard
Add support for custom input values to survey.Select
Sometimes, the provided Options are not enough, and custom user input is wanted.
The survey.Select + survey.MultiSelect prompts should offer this if an new option AllowCustomValues is true:
This would add an implicit option "Other", that when selected follows up with a survey.Input prompt.
Select would be done at this point, and MultiSelect would return to the options pager with the new entry added and selected.
Oh I like this! If you wanted to try to add it, I would love to support you however I can - feel free to reach out on the gophers slack!
By this, do you mean having dynamic values depending on the answers to previous questions?