This commit is contained in:
r888888888
2013-06-21 11:32:58 -07:00
parent 711054c1f6
commit c85f31f2a5
6 changed files with 1233 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
--- jquery-ui-autocomplete-1.10.2.js 2013-06-21 11:19:32.000000000 -0700
+++ jquery-ui-autocomplete-custom.js 2013-06-21 11:20:52.000000000 -0700
@@ -121,6 +121,7 @@
if ( this.menu.active ) {
this.menu.select( event );
}
+ n.preventDefault();
break;
case keyCode.ESCAPE:
if ( this.menu.element.is( ":visible" ) ) {