-
Notifications
You must be signed in to change notification settings - Fork 726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input_dialog completion doesn't appear to have any effect #715
Comments
Hi @MissingNoIOI, This is a visualization bug. I believe the tab key or |
Just experienced this too on 2.0.9 - tab doesn't work (because it instead moves to the < OK > button) but Ctrl-N does work as expected. |
I have an almost working fix - will submit hopefully soon. |
@kpengwin Did you get anywhere with the fix? |
I also noticed this issue. Is there any chance for a soon fix? |
Meanwhile, I tried to fix it myself: #1970 |
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:
I can insert the path normally, theres no error, but no completion window appears. The same happens when trying to use a word completer.
The text was updated successfully, but these errors were encountered: