in
|
return element.matches(selector) && controllerAttribute.split(" ").includes(outletName) |
is checked , if outlet name is in controller attributes.
its means that outlet name must be same as controller name. Its this correct?
this code dont work because outlet name is diferent as controller name
https://codepen.io/tito100/pen/VwGBmoZ
If its this correct behavior, please add it to documentation.
in
stimulus/src/core/outlet_set.ts
Line 69 in af88dbf
its means that outlet name must be same as controller name. Its this correct?
this code dont work because outlet name is diferent as controller name
https://codepen.io/tito100/pen/VwGBmoZ
If its this correct behavior, please add it to documentation.