Join Discord
Powered by
uui-button component is not firing click event.
# help-with-umbraco
s
shakir820
07/08/2023, 9:29 PM
I tried a simple button click event with
content
. But it's not firing any event. What am I missing actually?
c
Chriztian Steinmeier
07/09/2023, 5:53 AM
Have you tried using the `Button`'s own
click
event?
n
nathanwoulfe
07/09/2023, 10:24 PM
Try either
ng-click
or
@click
, depending on the button context (in AngularJs or a web component). One or the other should work.
2
Views
Previous
Next