mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Autocomplete: Remove handling for NUMPAD_ENTER.
This commit is contained in:
parent
ddf03b39f3
commit
ce8f4da4e7
1
ui/jquery.ui.autocomplete.js
vendored
1
ui/jquery.ui.autocomplete.js
vendored
@ -103,7 +103,6 @@ $.widget( "ui.autocomplete", {
|
|||||||
this._keyEvent( "next", event );
|
this._keyEvent( "next", event );
|
||||||
break;
|
break;
|
||||||
case keyCode.ENTER:
|
case keyCode.ENTER:
|
||||||
case keyCode.NUMPAD_ENTER:
|
|
||||||
// when menu is open and has focus
|
// when menu is open and has focus
|
||||||
if ( this.menu.active ) {
|
if ( this.menu.active ) {
|
||||||
// #6055 - Opera still allows the keypress to occur
|
// #6055 - Opera still allows the keypress to occur
|
||||||
|
Loading…
Reference in New Issue
Block a user