AlecAivazis / survey

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

Select atleast one in multiselect #359

Closed g14a closed 3 years ago

g14a commented 3 years ago

Hi, is there a way I can select atleast one of the multiselect options? That's it that's my question. Is it already implemented or how can I simulate with the existing features?

Thanks for the library btw! Works like a charm :)

g14a commented 3 years ago

Sorry. Just realized we can use normal select for this. Closing.