Replies: 1 comment
-
Hi @AlexiZ , Thanks a lot for your feedback, I really appreciate it! Regarding the data-controller attribute, I actually prefixed it with form-- because the script is located in a form folder in my Stimulus controllers. But you're absolutely right—depending on the structure, the prefix might need to be adapted. Also, feel free to open a PR with your ESLint updates if you’d like—I’d be more than happy to review and merge it! Otherwise, I’ll take care of updating it myself soon. Thanks again and have a great day! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Hugo,
First of all, thank you for your script, it does work really well !
I am using it on a Symfony 7.2+ project right now and I would like to let you know that the only thing that I had to change was the value of 'data-controller' attribute to
autocomplete-select-all
instead ofform--autocomplete-select-all
.I also updated the JS script to current eslint standards but it works as is anyway.
Thank you again and have a great day
Beta Was this translation helpful? Give feedback.
All reactions