ehenighan
ehenighan
Kind of goes hand in hand with https://github.com/bigskysoftware/htmx/issues/1491 really - the `disable-element` extension for when a request is in flight accepts a CSS selector, but if you used e.g. a...
Use case: multiple actions on your page can swap in a form in place of some view component. Ideally you want clicking on one of them to prevent clicking the...
https://github.com/bigskysoftware/htmx/blob/b9225a53e1f33d98a2e0e57fccc132e7cc95f557/src/htmx.js#L3446C30-L3446C30 Flow: Page 1.html has CSS file A.css in the header, and an hx-swap="body" action for which the server returns a redirect response to Page 2.html Page 2.html has CSS...
Found while testing a slightly niche use-case in a questionnaire form I'm building - when you apply custom validation across a form using the HTML5 hooks to enforce that the...
Hi, I previously hit an issue with nonce-based CSP in v1 where the code in evalScript wasn't behaving as I expected - because the browser had moved the nonce value...
## Description Separated 'should include in form submission' from 'should validate as part of form submission' to ensure custom validation hooks are still evaluated on unchecked checkboxes and radiogroups without...