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

Menu not filtering on Firefox Android #10

Closed
kittsville opened this issue Dec 9, 2018 · 2 comments
Closed

Menu not filtering on Firefox Android #10

kittsville opened this issue Dec 9, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@kittsville
Copy link
Contributor

The menu should filter as the input's being typed. This is not happening on Firefox for Android:
screenshot_20181209-192855

Bug is because keydown and keyup events aren't firing: Pixabay/JavaScript-autoComplete#71. Replacing the non-firing events with input should fix everything.

@JeyanthVictory
Copy link

@kittsville ,Your solution works only when the input has some value. Consider, if I want to manipulate something on deleting the input when it has no value. In that case, input won't trigger. What I'm supposed to do then?

@kittsville
Copy link
Contributor Author

That's beyond my use case so I'm not concerned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants