mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Autocomplete: Fixed an invisible character tht lead to a failure of the function.
This commit is contained in:
committed by
Scott González
parent
800efd2938
commit
767af39f7f
2
ui/jquery.ui.autocomplete.js
vendored
2
ui/jquery.ui.autocomplete.js
vendored
@@ -154,7 +154,7 @@ $.widget( "ui.autocomplete", {
|
||||
break;
|
||||
}
|
||||
},
|
||||
input: function( event ) {
|
||||
input: function( event ) {
|
||||
if ( suppressInput ) {
|
||||
suppressInput = false;
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user