We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a Autocomplete on a dialog-like, but then I click the scroll bar or when I try to drag it, the list closes. I was looking this link:https://prototype.lighthouseapp.com/projects/8887/tickets/114-autocomplete-div-scrollbar-closes-suggest-list and tried to implement that solution but nothing. I have an error that says event.srcElement.focus() not defined. Looks like the event object its not passed to the onBlur function.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a Autocomplete on a dialog-like, but then I click the scroll bar or when I try to drag it, the list closes. I was looking this link:https://prototype.lighthouseapp.com/projects/8887/tickets/114-autocomplete-div-scrollbar-closes-suggest-list and tried to implement that solution but nothing. I have an error that says event.srcElement.focus() not defined. Looks like the event object its not passed to the onBlur function.
The text was updated successfully, but these errors were encountered: