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 45770b0 commit e1cf929Copy full SHA for e1cf929
src/Autocomplete/doc/index.rst
@@ -479,7 +479,7 @@ events that the core Stimulus controller dispatches:
479
}
480
481
_onConnect(event) {
482
- // TomSelect has just been intialized and you can access details from the event
+ // TomSelect has just been initialized and you can access details from the event
483
console.log(event.detail.tomSelect); // TomSelect instance
484
console.log(event.detail.options); // Options used to initialize TomSelect
485
0 commit comments