bigskysoftware / htmx

</> htmx - high power tools for HTML
https://htmx.org
Other
38.62k stars 1.31k forks source link

Add missing htmx:trigger event on load triggers #3033

Open alexpetros opened 1 day ago

alexpetros commented 1 day ago

Description

The htmx:trigger event wasn't firing when the trigger was a load.

Testing

I added a new test for this scenario, verified that it passes for the fix, and that it doesn't pass without the fix.

Checklist