mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Autocomplete: Fixed an invisible character tht lead to a failure of the function.
This commit is contained in:
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;
|
break;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
input: function( event ) {
|
input: function( event ) {
|
||||||
if ( suppressInput ) {
|
if ( suppressInput ) {
|
||||||
suppressInput = false;
|
suppressInput = false;
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user