You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using version 2.0.4 and it appears that currently the completion for the input_dialog doesn't have any effect.
When using code like the following:
path = input_dialog(title="Generate report",
text="Please enter the output path",
completer=PathCompleter(expanduser=True))
I can insert the path normally, theres no error, but no completion window appears. The same happens when trying to use a word completer.