autoComplete prevents submitting the form by enter key #261
-
Hey guys, I noticed that when I have a form without a button, that i can't submit if the autocomplete suggestions are visible. Have a nice day! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://github.com/TarekRaafat/autoComplete.js/blob/master/src/autoComplete.js#L46 new autoComplete({
submit: true,
}) |
Beta Was this translation helpful? Give feedback.
-
Hello @Solution97, Adding to @folknor, here is the docs section of this specific point. Thanks @folknor, and have a nice day guys! |
Beta Was this translation helpful? Give feedback.
https://github.com/TarekRaafat/autoComplete.js/blob/master/src/autoComplete.js#L46