magmax/python-inquirer

choices update as user type

mbenami opened this issue · 1 comments

Hi
Is there an option to have the choices list update when the user starts to type?
for example, I have a list of folders (1000)
and I want the choices list to be updated to only the folder start with the letter c
If the user starts to type with c ( and so on.. )

like this node package
https://www.npmjs.com/package/enquirer

related #97