When typing a word in a dash input I would like to get autosuggestions, an example of what I mean is this CLI app I made in the past.
a link to the documentation: https://python-prompt-toolkit.readthedocs.io/en/master/pages/asking_for_input.html?highlight=suggestions#autocompletion 3
Thank you in advance!
You can use the AutoComplete component from this module. There's an example of it being in this file.
1.4m articles
1.4m replys
5 comments
57.0k users