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,
I have used "autocompleteselect input" event to get selected item but it will not hide autocomplete box after item selection.
And if I am not using "autocompleteselect input" event then it is working fine.
Please give me a solution.
The text was updated successfully, but these errors were encountered:
Are you doing some sort of event.preventDefault() or event.stopPropagation() in your callback?
event.preventDefault()
event.stopPropagation()
Sorry, something went wrong.
No,
I uploaded it on server and It works on live site but some how it's not working in local.
Thanks.
No branches or pull requests
Hello,
I have used "autocompleteselect input" event to get selected item but it will not hide autocomplete box after item selection.
And if I am not using "autocompleteselect input" event then it is working fine.
Please give me a solution.
The text was updated successfully, but these errors were encountered: