Hey all is it possible to fire a
# avo-2
a
Hey all - is it possible to fire a stimulus event when clicking on an action button? The specific case we're looking for is to be able to click a button and have a value copied to the clipboard.
a
l
hmm, I'm afraid that's not supported out of the box, but you could:
1. hack it and attach a regular JS handler. all actions in that dropdown have
data
attributes that you could hook into
2. Propose a PR to make this a 1st party feature
🙂