From 898c22578dab5a5962cb3373ae6c0c6b80a14918 Mon Sep 17 00:00:00 2001 From: dan-osull <47532371+dan-osull@users.noreply.github.com> Date: Thu, 26 May 2022 18:04:41 -0500 Subject: [PATCH] Further doc fix for #895 (#910) --- www/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs.md b/www/docs.md index c660695f..28994c58 100644 --- a/www/docs.md +++ b/www/docs.md @@ -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