We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e4899 commit f6eef03Copy full SHA for f6eef03
1 file changed
src/jquery.autocomplete.js
@@ -70,7 +70,7 @@
70
that.isLocal = false;
71
that.suggestionsContainer = null;
72
that.noSuggestionsContainer = null;
73
- that.options = $.extend({}, Autocomplete.defaults, options);
+ that.options = $.extend(true, {}, Autocomplete.defaults, options);
74
that.classes = {
75
selected: 'autocomplete-selected',
76
suggestion: 'autocomplete-suggestion'
0 commit comments