AlecAivazis / survey

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

"space to select" doesn't apply to survey.Select #218

Closed ahmetb closed 5 years ago

ahmetb commented 5 years ago

survey.Select has this SelectQuestionTemplate which says:

image

but "space to select" is actually not an option here. I think it's meant to work only for survey.MultiSelect. Hitting space here works does "type to filter".