Open
Description
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.