diff --git a/src/Autocomplete/src/Resources/doc/index.rst b/src/Autocomplete/src/Resources/doc/index.rst index 00a98563b71..4b8abd0f06c 100644 --- a/src/Autocomplete/src/Resources/doc/index.rst +++ b/src/Autocomplete/src/Resources/doc/index.rst @@ -316,7 +316,7 @@ events that the core Stimulus controller dispatches: console.log(event.detail.options); // Options that will be used to initialize TomSelect event.detail.options.onChange = (value) => { // ... - }); + }; } _onConnect(event) {