Open dhoomakethu opened 7 years ago
Just for now, there are already examples for how to setup an auto suggester over at:
The ConditionalAutoSuggest
is an auto suggester that also accepts a Filter. You could just do from prompt_toolkit.filters import has_selection
and then pass it in as the second positional argument.
Hello,
Could you please add an example on how to use ConditionalAutoSuggest ?
Sanjay