-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
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
AddCardLink: refine onclick #501
Comments
Hi @jordanos, Do you know how to add link on title or somewhere else? Best, Marko |
Hey @MarkoKurtovic . Can you elaborate the question? Where do you wanna add the link.. is it on card titles? |
Thanks for answering @jordanos Yes, i just need simple redirect link on title. Best, Marko Kurtovic |
okay @MarkoKurtovic const components = { You can create a |
Is your feature request related to a problem? Please describe.
-When
AddCardLink
is supplied as a custom component there is no way to supplyonclick
callback function, lets say if I want to show modals when it is pressed.-If i just add
onclick
method on the custom component and dispatch some action using redux. the dispatch function of does'nt pick up my app store insteadreac-trello's
store.. so things get a little complexDescribe the solution you'd like
A way to supply onclick callback function for AddCardLink.
The text was updated successfully, but these errors were encountered: