mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 14:50:57 +00:00
Fix width of auto size
This commit is contained in:
parent
0ba374d7e3
commit
b02d873028
@ -338,7 +338,7 @@
|
||||
}
|
||||
|
||||
if (that.options.width === 'auto') {
|
||||
styles.width = that.el.outerWidth() + 'px';
|
||||
styles.width = 'auto';
|
||||
}
|
||||
|
||||
$container.css(styles);
|
||||
|
Loading…
Reference in New Issue
Block a user