AlecAivazis / survey

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

Keeping filter active after selecting - useful for MultiSelect #278

Closed siredmar closed 4 years ago

siredmar commented 4 years ago

This PR adds the feature to have the filter settings stay active during selection.

See Issue #277.

AlecAivazis commented 4 years ago

Hey @siredmar! Thanks for the thorough contribution. I especially appreciate that you took the time to add documentation. I see a few minor tweaks but this should be able to be merged relatively quickly