Skip to content
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

Improve Autocomplete Functionality #2329

Open
keanerobinson opened this issue Feb 20, 2018 · 0 comments
Open

Improve Autocomplete Functionality #2329

keanerobinson opened this issue Feb 20, 2018 · 0 comments

Comments

@keanerobinson
Copy link

keanerobinson commented Feb 20, 2018

Issue Summary

  • This issue occurs on Chrome on High Sierra 10.13.3
  • I can't currently make use of the predictive dropdown options in the query editor. The dropdown options need to fully replace the line being typed (I'll reproduce the steps in the following section to elaborate).

Steps to Reproduce

  1. Typing in a table name

screen shot 2018-02-20 at 15 43 43

  • I'd like to use one of the dropdown options to speed up the time it takes to write my query
  • Let's assume that I want to select the first option in the dropdown and that I either hit enter or click on the option
  1. Result after hitting enter / clicking

screen shot 2018-02-20 at 15 47 27

  • Obviously this is not a valid table name as there's a double reference to the schema
  • The dropdown works fine when typing in field/table names when there is no join involved but the autocomplete results don't work when a . has been typed because only the text which follows the . gets replaced.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants