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

Hi, I always wanted to express my gratitude for the great library of components! And now I'm willing to contribute. There's a pattern I've been using in quite a few...

I've used this guide: `https://www.stimulus-components.com/docs/stimulus-chartjs/` When I navigate to the page that is using the chart controller, I cannot see it. I get this error on the console: `GET https://anchor-stress-across-mad.trycloudflare.com/dist/chart.js...

This would always replace all instances of NEW_RECORD. With this change you you can have diferent placeholders at different levels. For instance When building a survey with pages and fields...

fixes #148 Reference: https://developers.google.com/maps/documentation/javascript/legacy/places-migration-autocomplete Browser console error with current version of package: As of March 1st, 2025, google.maps.places.Autocomplete is not available to new customers. Please use google.maps.places.PlaceAutocompleteElement instead. At this...

An form input can use some form* attributes that affect how the form is submitted. This adds support for it. ```html ```

## 📅 Proposal: `date-picker` controller using Pikaday ### Background A common UI pattern in forms is a date picker. While libraries like Flatpickr are powerful, they can be a bit...

Hi I added the ability to use customize the HTTP method to use. I made the PATCH method the default.

Hi I added the `draggable` option. This allows you to customize draggable elements. For example, `data-sortable-draggable-value=".item"`.

Change preference to prefer target value over innerHTML. Why? Take this example: I have a textarea which holds HTML text which I want to copy. When innerHTML is prefered I...

Hello, I'm trying to install stimulus components into a Rails 7.1 app (Ruby 3.2.2) that has some legacy Vue.js components. I added the package via yarn and registered it within...