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

Empty selects #212

Closed AlecAivazis closed 5 years ago

AlecAivazis commented 5 years ago

This PR changes the behavior of the Select prompt to not make a selection if there is a filter applied and no options shown. Previously, this would result in an empty string being returned which does not make much sense.

fixes #206