Closed
Description
Description
I'd like to be able to generate multiple actions on a single tag. I don't think this is possible, so I'll suggest it as a feature request. If it is possible, it could be added to the docs.
<button
hidden
data-controller="install-status pwa--install"
data-action="
pwa--install:not-installed->install-status#notInstalled
pwa--install:installed->install-status#installed
click->pwa--install#install"
Example
No response