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 71be8c9 commit 55cc7a2Copy full SHA for 55cc7a2
src/Autocomplete/assets/dist/controller.js
@@ -126,7 +126,6 @@ class default_1 extends Controller {
126
this.element.innerHTML = currentHtml;
127
this.initializeTomSelect();
128
this.tomSelect.setValue(currentValue);
129
- this.startMutationObserver();
130
}
131
132
changeTomSelectDisabledState(isDisabled) {
src/Autocomplete/assets/src/controller.ts
@@ -340,8 +340,6 @@ export default class extends Controller {
340
341
342
343
-
344
345
346
347
0 commit comments