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 9834e8d commit 57f5484Copy full SHA for 57f5484
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
@@ -395,8 +395,6 @@ export default class extends Controller {
395
396
397
398
-
399
400
401
402
0 commit comments