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

Form is submitting on enter (selection) #32

Closed
victorbueno opened this issue Aug 22, 2019 · 2 comments
Closed

Form is submitting on enter (selection) #32

victorbueno opened this issue Aug 22, 2019 · 2 comments

Comments

@victorbueno
Copy link

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.

@denis-taran
Copy link
Owner

You can now prevent automatic submit using the latest version and the following option:

autocomplete({
    ...,
    preventSubmit: true
});

@victorbueno
Copy link
Author

@kraaden Thank you very much!

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

No branches or pull requests

2 participants