AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.07k stars 350 forks source link

Option to add comment/description on multiselect option #432

Closed kevhlee closed 1 year ago

kevhlee commented 2 years ago

Hello!

So currently, we have the option to show a description for each option in a Select prompt. However, we do not have this option for the Multiselect prompt. I think Multiselect would also benefit from this feature. Let me know if this idea is interesting and if there are any concerns/details we need to consider.

From an initial glance, it looks like we would need to do same work that was done here: https://github.com/AlecAivazis/survey/issues/416. I'm open to working on this 🙂, assuming there is interest.

Thanks in advance!

Konkrad commented 1 year ago

Hello, that is exactly the feature I am currently lacking. Would be interested.

AlecAivazis commented 1 year ago

Closed by #446

boksasp commented 1 year ago

Hi there. When can we expect a release with this change?

AlecAivazis commented 1 year ago

Done! It should be part of v2.3.7

boksasp commented 1 year ago

Wow - great response time 🏎️
Thanks!