From 94881490a5353388d0e99224145a8fbbd08b7ede Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Fri, 18 Dec 2020 23:32:22 +0100 Subject: [PATCH] Update htmx.js --- src/htmx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmx.js b/src/htmx.js index 26d25345..a9e7e501 100644 --- a/src/htmx.js +++ b/src/htmx.js @@ -1569,7 +1569,7 @@ return (function () { } // include the element itself - processInputValue(processed, values, errors, elt); + processInputValue(processed, values.element, errors, elt); // include any explicit includes var includes = getClosestAttributeValue(elt, "hx-include");