kazhala / InquirerPy

:snake: Python port of Inquirer.js (A collection of common interactive command-line user interfaces)
https://inquirerpy.readthedocs.io
MIT License
357 stars 19 forks source link

Allow value not in list (with fuzzy) #63

Open wabiloo opened 1 year ago

wabiloo commented 1 year ago

I’d like to use the fuzzy function to provide a list of suggestions to the user, but still allow them to type a value not in the list. Is that possible? Or is there an easy workaround?