Adrien Poly
Adrien Poly
**Is your feature request related to a problem? Please describe.** Unless I am mistaken when an input field has an `autofocus` attribute, Choices does not autofocus to this field. Probably...
Same issue probably applies to useThrottle the event of the action doesn't have anymore the currentTarget defined.
Hey Thanks for this excellent library. Not really an issue with your library but more a question about native authentication and how to do it. I have read in detail...
Adds the official polyfills for Stimulus. Mostly poly filling the Mutation Observer API for IE11. Since IE11 can still be in use in hospitals I thought this could be useful
`stimulus-flatpickr` package creator here Very glad to see my package used in such a nice project. This PR simply removes an import that is not necessary for the main entry...
Not sure if it is a bug or feature and what is the recommended behavior for a `check-all` action when the list of checkboxes includes disabled inputs. Lets imaging a...
This PR adds more currencies to the seed so that by default we have 5 currencies. The currencies are added as test fixtures. The seed use the fixtures to create...
### Feature By default an association field has a searchable: false attribute When attaching a record. A modal loads with a select field and the associated records. This works perfectly...
Hello I am contemplating bringing a few improvements to the dropdown component. Before doing so I wanted to confirm the appetite for those changes. ## Simplify the API Currently, the...
Relates to #205 This PR provides several DX improvements for the dropdown component ## 1. actions are self defined The action to open close the dropdown and to navigate with...