mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 14:04:22 +00:00
335 B
335 B
layout | title |
---|---|
layout.njk | </> htmx - hx-validate |
hx-validate
The hx-validate
attribute will cause an element to validate itself by way of the HTML5 Validation API
before it submits a request.
Form elements do this by default, but other elements do not.
Notes
hx-validate
is not inherited