how prevent submit on press enter in twitter bootstrap typeahead plugin

前端 未结 5 2167
谎友^
谎友^ 2021-02-07 12:36

I have a input text and I apply it typeahead plugin for suggesting items, but when I press enter key on input text it submit form.

How can I prevent form submit using tw

5条回答
  •  暖寄归人
    2021-02-07 13:24

    I have same problem in my project using CodeIgniter and bootstrap here i found the solution and it works.

    Just add onsubmit="return false;" in the form, like this:

提交回复
热议问题