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
When pressing the enter key to select, the form is being submitted.
The only way I can select an item is using the mouse. How can I select on enter?
Also, would be nice to select on "tab". Eg.: use arrow keys to select and press tab.
The text was updated successfully, but these errors were encountered:
You can now prevent automatic submit using the latest version and the following option:
autocomplete({ ..., preventSubmit: true });
Sorry, something went wrong.
@kraaden Thank you very much!
No branches or pull requests
When pressing the enter key to select, the form is being submitted.
The only way I can select an item is using the mouse. How can I select on enter?
Also, would be nice to select on "tab". Eg.: use arrow keys to select and press tab.
The text was updated successfully, but these errors were encountered: