Further doc fix for #895 (#910)

This commit is contained in:
dan-osull 2022-05-26 18:04:41 -05:00 committed by GitHub
parent e350ea2676
commit 898c22578d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -872,7 +872,7 @@ Htmx fires events around validation that can be used to hook in custom validatio
custom validation logic
* `htmx:validation:failed` - called when `checkValidity()` returns false, indicating an invalid input
* `htmx:validation:halted` - called when a request is not issued due to validation errors. Specific errors may be found
in the `event.details.errors` object
in the `event.detail.errors` object
### Validation Example