We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b83874 commit 19a9790Copy full SHA for 19a9790
src/jquery.autocomplete.js
@@ -743,8 +743,8 @@
743
width = that.el.outerWidth();
744
container.css('width', width > 0 ? width : 300);
745
} else if(options.width === 'flex') {
746
- // Trust the source! Unset the width property so it will be the max length
747
- // the containing elements.
+ // Trust the source! Unset the width property so it will be the max length
+ // the containing elements.
748
container.css('width', '');
749
}
750
},
0 commit comments