AlecAivazis / survey

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

Fix panic caused by arrow keys and filters in Select #194

Closed AlecAivazis closed 5 years ago

AlecAivazis commented 5 years ago

This PR fixes #189 and prevents the select index from changing if the filter has cleared all of the options.

AlecAivazis commented 5 years ago

Thanks for the quick review @coryb!!