-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding new prompt type of listwithfilter #140
base: master
Are you sure you want to change the base?
Conversation
thanks for the mention 👍 |
@CITGuru , are you still maintaining this project? |
@CITGuru, any updates? |
when the list is long it doesn't scroll down ( |
…sing dictionary choices would cause an exception.
Fix a bug in `listwithfilter` when specifying a default value
This new prompt type is just like
list
except when you type it filters the list of choices to those that match the text you have typed. I have tested and it is interchangeable with anylist
type. Just chance it fromlist
tolistwithfilter
.Much of the work was already done. I just had to modify someone elses script to work with PyInquirer. Credit goes to @gbataille for the majority of the work. Original file can be found here: https://github.com/gbataille/password-organizer/blob/master/password_organizer/cli_menu/prompts/listmenu.py