-
Alpine.data('dropdown', () => ({
})) In the above code not logging message instead of it returns $event. |
Beta Was this translation helpful? Give feedback.
Answered by
SimoTod
Jul 29, 2022
Replies: 1 comment
-
You can't pass a parameter to a click function (a click is just a click). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sivagurus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't pass a parameter to a click function (a click is just a click).