Skip to content

Commit ce8f4da

Browse files
committed
Autocomplete: Remove handling for NUMPAD_ENTER.
1 parent ddf03b3 commit ce8f4da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.ui.autocomplete.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ $.widget( "ui.autocomplete", {
103103
this._keyEvent( "next", event );
104104
break;
105105
case keyCode.ENTER:
106-
case keyCode.NUMPAD_ENTER:
107106
// when menu is open and has focus
108107
if ( this.menu.active ) {
109108
// #6055 - Opera still allows the keypress to occur

0 commit comments

Comments
 (0)