-
Hello, I'm new to stimulus
So, the case is I want to access another method controller from the controller
_controllers/toast_controller.js_
```
import { Controller } from "@hotwired/stimulus"
…
-
In https://github.com/hopsoft/turbo_reflex/blob/main/README.md#reflex-triggers it suggests we can override default events with `TurboReflex.registerEvent` but this method doesn't exist for me.
I f…
-
## Description
This was found when testing #10351.
When creating or editing an complex order cycle (enterprise setting 'sells = any'), there is a warning popup when leaving the page with unsaved…
-
Im using stimulusjs inside rails to add options from the text inputted but am getting an error This is happening when a user trys to click on an option Im loading new options when the user types in th…
-
Hi there!
I'm currently experimenting with Stimulus and was wondering how it handles shared (or global) state. The [Managing State](https://stimulusjs.org/handbook/managing-state) handbook states t…
-
# Feature Idea - Stimulus Component API
## Executive Summary
Design an API to support mounting of Javascript-Components for very interactive parts of the application WITHOUT compromising the feature…
-
I have a question that borrows some ideas from Stimulus (https://github.com/stimulusjs/stimulus). From what I understand, Stimulus uses data attributes to represent state, similar to how you can pass …
-
I'm attempting to use Stimulus to implement infinite scroll for a list of results. As the page is scrolled, new pages of results are fetched and their elements added to the DOM. Some of these elements…
-
Removed elements are not deleted from memory.
![Снимок экрана от 2021-11-12 13-47-05](https://user-images.githubusercontent.com/51928487/141451228-794e626c-b00e-4512-b4f1-04821bc5e729.png)
^^^ Nod…
-
### What we should change and why (this is tech debt)
As OFN is transitioning to use StimulusJs in the frontend, replace the Jquery code that handles the creation, editing, deletion, and the hover …