diff --git a/jquery-autocomplete/jquery.autocomplete.js b/jquery-autocomplete/jquery.autocomplete.js index b40c772..d4a9cb0 100755 --- a/jquery-autocomplete/jquery.autocomplete.js +++ b/jquery-autocomplete/jquery.autocomplete.js @@ -721,7 +721,7 @@ $.Autocompleter.Select = function (options, input, select, config) { show: function() { var offset = $(input).offset(); element.css({ - width: typeof options.width == "string" || options.width > 0 ? options.width : $(input).width(), + width: typeof options.width == "string" || options.width > 0 ? options.width : $(input).outerWidth(), top: offset.top + input.offsetHeight, left: offset.left }).show();