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

Omnibox input suggestion does not show region until more text is entered #13

Open
upsatish opened this issue Mar 24, 2021 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@upsatish
Copy link
Owner

Omnibox input suggests "Region is set to undefined" on first input.
Probably something to do with the onInputChanged listener not being able to read the region variable when invoked

chrome.omnibox.onInputChanged.addListener(
  function (text, suggest) {
    ...
  });
@upsatish
Copy link
Owner Author

Maybe another listener should handle the omnibox suggestion?

@upsatish upsatish added bug Something isn't working help wanted Extra attention is needed labels Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant