We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3f821 commit d14a526Copy full SHA for d14a526
src/Autocomplete/assets/dist/controller.js
@@ -134,7 +134,6 @@ class default_1 extends Controller {
134
this.element.innerHTML = currentHtml;
135
this.initializeTomSelect();
136
this.tomSelect.setValue(currentValue);
137
- this.startMutationObserver();
138
}
139
140
changeTomSelectDisabledState(isDisabled) {
src/Autocomplete/assets/src/controller.ts
@@ -344,8 +344,6 @@ export default class extends Controller {
344
345
346
347
-
348
349
350
351
0 commit comments