We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The controller adds some actions itself to avoid the user having to add them in their markup.
However these have the name of the controller hardcoded. For example:
stimulus-datepicker/src/datepicker.js
Line 92 in 0c4defd
This means a child controller won't work properly.
The text was updated successfully, but these errors were encountered:
Probably makes sense to add the action via an EventListener rather than markup?
Sorry, something went wrong.
Yes, I agree.
I quite liked just being able to set an attribute to add an event listener ;)
Still could, just use click->${this.identifier}#toggle
click->${this.identifier}#toggle
No branches or pull requests
The controller adds some actions itself to avoid the user having to add them in their markup.
However these have the name of the controller hardcoded. For example:
stimulus-datepicker/src/datepicker.js
Line 92 in 0c4defd
This means a child controller won't work properly.
The text was updated successfully, but these errors were encountered: