stimulus-components icon indicating copy to clipboard operation
stimulus-components copied to clipboard

A modern Stimulus library delivering common JavaScript behaviors with a bunch of customizable controllers.

Results 75 stimulus-components issues
Sort by recently updated
recently updated
newest added

Calling `refresh()` fails when the `checkboxAllTarget` has been removed without disconnecting the host element. We should check for the `hasCheckboxAllTarget`. This problem occurs, for example, when using page morphing (and...

This feature add the ability to have a rails-nested controller inside a rails-nested controller template. Basically it allows to nest inside another nesting. I was not able to fix the...

It appears that something might be off with the carousel setup instructions under Rails 8. there is not a file named `app/javascript/index.js` to put the CSS import statement in. When...

question

https://github.com/user-attachments/assets/83f26fe9-4248-41aa-a022-7d808a3a1cd8 This implementation preserves all the original functionality including lazy loading based on the intersection observer, while adding support for decimal numbers and different formatting conventions.

Google deprecated google.maps.places.AutocompleteService and recommend to use [AutocompleteSuggestion](https://developers.google.com/maps/documentation/javascript/reference/autocomplete-data#AutocompleteSuggestion) instead for new user they will have this warning in the console: "As of March 1st, 2025, google.maps.places.Autocomplete is not available to...

Hi Personally, I prefer to use a `POST` method rather than a `PATCH` method. It would be interesting to add a parameter named `method` or `http_method` (for example) to the...

I'm getting the same issue reported in #48 when using the [basic lightbox controller](https://www.stimulus-components.com/docs/stimulus-lightbox) with Rails 8.0. That is ```bash Uncaught TypeError: Failed to resolve module specifier "@stimulus-components/lightbox". Relative references...

Hi, I've been enjoying using these controllers in my projects, thanks a lot! I have a question because when using a few controllers I added them with this format: ```...

A Stimulus controller for unchecking all radio buttons in a group. https://github.com/user-attachments/assets/78da0123-aaf3-44c4-8f97-613228b95759

The following components: - Dialog - Lightbox - Notification - Popover They're all have a common feature - they are modal windows. They all extend the default controller. ### Proposal:...