tmbo / questionary

Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
MIT License
1.57k stars 90 forks source link

feat: add search functionality to select and checkbox prompt, based on #42 #374

Closed mario-dg closed 3 months ago

mario-dg commented 5 months ago

This commit is heavily inspired by gbataille's PR

What is the problem that this PR addresses?

Continued on the work mentioned above to integrate a search functionality to the select and checkbox prompt. Should fix #33 and #42.

How did you solve it?

Taken the code from the previous PR, modified a bit to fit the latest updates, corrected type checking and linting.

Checklist

kiancross commented 4 months ago

@mario-dg Thanks for this PR. Please can you merge latest changes into this branch, then I will run the CI and review.

mario-dg commented 4 months ago

@kiancross, done 😄