When typing a word in a dash input I would like to get auto suggestions, an example of what I mean is this CLI app I made in the past.
a link to documentation : Asking for input (prompts) — prompt_toolkit 3.0.20 documentation
Thank you in advance!
When typing a word in a dash input I would like to get auto suggestions, an example of what I mean is this CLI app I made in the past.
a link to documentation : Asking for input (prompts) — prompt_toolkit 3.0.20 documentation
Thank you in advance!
why don’t you use dropdown instead?
I have around 250 items it needs to suggest, would be very ineffective
Why?
You put them in the “option” property and when the user types the first letters the dropdown shows the option as you want, using this alternative for Dynamic Options: