marcj/jquery-selectBox

Form submitted automatically in IE on enter

Opened this issue · 2 comments

When selecting an option with the up- and down arrow and then pressing enter, the form is automatically submitted if an submit button is present within.

Tested in IE 8-10

Mh, can you provide a fix for that?

Line 782

        case 13:
            // enter
            event.preventDefault();
            if (control.hasClass('selectBox-menuShowing')) {

v1.2.0