-
When writing Stimulus controllers in TypeScript, given its incomplete typings, one needs to manually declare all targets, values etc:
```
export default class extends Controller {
declare nam…
-
There is [stimulus plugin for idea](https://plugins.jetbrains.com/plugin/18940-stimulus) that allows to type hint and jump from html attributes to stimulus controllers. This works really good. You can…
jifer updated
1 month ago
-
Hi everyone
I'm using symfony 7 with encore.
i dont know what i'm doing wrong here. i always get the following error in my Dev-Tools-Console:
`Uncaught TypeError: Failed to resolve module spec…
-
I am using Rails 7 and now stimulus is imported a little bit differently
instead of:
`import { Controller } from 'stimulus';`
it should be
`import { Controller } from '@hotwired/stimulus';`
U…
-
Hi!
I am working on adding "Reset password" to trestle-auth provided login page. During that I have discovered that my simple controller is not being connected.
First I wanted to add this:
```…
-
In a brand new Rails app with a single controller defined as so:
application.js
```
import "@hotwired/turbo-rails"
import "controllers"
```
controllers/application.js
```
import { Applicat…
-
> ℹ️ **Part of the [Stimulus 🎛️ RFC 78](https://github.com/wagtail/rfcs/pull/78)**
### Is your proposal related to a problem?
Our current approach for bootstrapping the various date picker widge…
-
I noticed that accessing an outlet in `connect()` causes the reference count of that controller to be 2 instead of 1 after start has finished. That means all actions which under normal circumstances c…
-
### Is your proposal related to a problem?
As part of https://github.com/wagtail/wagtail/issues/12544 we are aiming to remove/reduce jQuery usage in the code that leverages the `window.ModalWorkflow`…
-
# Bug Report
## Describe the bug
I have a new rails app with esbuild js bundler and install stimulus_reflex via [Manual Configuration](https://docs.stimulusreflex.com/hello-world/setup.html#manu…