-
Hi,
I've posted this question on [SO](https://stackoverflow.com/questions/79197011/symfony-with-webpack-and-stimulus-loading-all-controllers-on-every-page) as well but unfortunately no replies yet,…
-
Hello,
Is there any configuration to set the path to the controllers?
When I use a Rails app it detects it.
If I use Symfony and Twig, it doesn't detect controllers. It always says that the con…
-
Hi, not sure if this is a known issue.
When I use a controller from an external library, such as [this one](https://www.stimulus-components.com/docs/stimulus-rails-nested-form), the LSP does not re…
-
Thanks for this great devtool!
One cool feature is to scroll to (and maybe highlight) the turbo frame/stimulus controller element when the user clicks on it in the bottom panel.
When the same co…
-
Hi 👋,
I've encountered an issue with the `sort-attrs` rule when working with Twig files. The rule works correctly for standard HTML attributes, such as:
```html
Test
```
However, it fails w…
-
**Background**
I am currently working on a Symfony application that has distinct sections for customers and administrators. Each section has its own set of Stimulus controllers. The problem I face …
-
I recently started receiving this error after migrating from Rails 6 to Rails 7. It worked fine for about a week and then started throwing this error. It still works fine on my production server.
*…
-
Hello,
I used the stimulus controller to pass some extra data to my autocompleter but i was having issue that my data was not well formatted.
I have to make some extra code to generate the checksu…
-
The backend has been tested sufficiently, however the Stimulus controller hasn't. Write at least some smoke tests
-
This is a quick question: Why should we only pass values in the element where we placed the `data-controller`?
Why we cannot place them in the child elements under the element where the `data-control…