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");