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

Fix long click issue #342

Closed
wants to merge 6 commits into from
Closed

Conversation

d-lan1
Copy link

@d-lan1 d-lan1 commented Jun 19, 2019

When clicking(mousedown) on the autocomplete recommendations for slightly longer than usual, the drop down disappears and no item is selected. I would expect the dropdown to remain open until the click is released OR as soon as the mousedown event has fired for the item to be selected.

In this pull request I have fixed the above issue. In addition to this I have also removed the quotation marks from the npm scripts as this was causing issues with execution on my windows machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants