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 74e8584 commit cc350f2Copy full SHA for cc350f2
src/Autocomplete/assets/src/controller.ts
@@ -149,7 +149,7 @@ export default class extends Controller {
149
plugins.virtual_scroll = {};
150
}
151
152
- if('plugins' in this.tomSelectOptionsValue && Array.isArray(this.tomSelectOptionsValue.plugins)) {
+ if ('plugins' in this.tomSelectOptionsValue && Array.isArray(this.tomSelectOptionsValue.plugins)) {
153
this.tomSelectOptionsValue.plugins.forEach(pluginName => {
154
plugins[pluginName] = {};
155
});
0 commit comments