htmx icon indicating copy to clipboard operation
htmx copied to clipboard

</> htmx - high power tools for HTML

Results 866 htmx issues
Sort by recently updated
recently updated
newest added

Fix what seems to be a typo in the docs.

Implements events support as per #1110

This change enables ws extension user to handle binary data.

Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.3.0 to 4.9.0. Release notes Sourced from github.com/labstack/echo/v4's releases. v4.9.0 Security Fix open redirect vulnerability in handlers serving static directories (e.Static, e.StaticFs, echo.StaticDirectoryHandler) #2260 Enhancements Allow configuring...

dependencies
go

Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.3.0 to 4.9.0. Release notes Sourced from github.com/labstack/echo/v4's releases. v4.9.0 Security Fix open redirect vulnerability in handlers serving static directories (e.Static, e.StaticFs, echo.StaticDirectoryHandler) #2260 Enhancements Allow configuring...

dependencies
go

Submitting a form with the submit button outside of the `` tag does not include the button's `name` attribute as a parameter or its value (`'lol': 'cats'`) in the request...

1. Allow the history snapshot feature to be disabled when `hx-history="false"` is present anywhere in the current document. This can be used to prevent sensitive or user session data being...

When you have defined hx-vals there is no way to avoid submitting ALL values inherited from parent nodes (actually the whole page). I think hx-disinherit should work in the following...

If a request timeout has occurred, all elements remain disabled. Obviously, loading states are only reset after htmx:afterOnLoad is triggered. But this event is not triggered after 'ontimeout'. I haven't...