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
Hello,
When I use the select() function from the API I got the following error : Uncaught TypeError: e.feedback.results is undefined
The error can be reproduced from https://codepen.io/tarekraafat/pen/rQopdW?editors=1111 , by modifying :
events: { input: { focus: () => { if (autoCompleteJS.input.value.length) autoCompleteJS.start(); } } }
and replacing it by :
events: { input: { focus: () => { autoCompleteJS.select(1); } } }
The error occur when the search input element get the focus when the user click in it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
When I use the select() function from the API I got the following error : Uncaught TypeError: e.feedback.results is undefined
The error can be reproduced from https://codepen.io/tarekraafat/pen/rQopdW?editors=1111 , by modifying :
and replacing it by :
The error occur when the search input element get the focus when the user click in it.
The text was updated successfully, but these errors were encountered: