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

Default selection in multiselect #427

Closed Wulfheart closed 2 years ago

Wulfheart commented 2 years ago

Hello,

is it possible to add some default selection to MultiSelect? If not, what steps whould be required to add it? Am I allowed to open a PR where checked here is made accessible from outside the package?

Wulfheart commented 2 years ago

Ah. There is the Default property on the struct...