Update htmx.js

This commit is contained in:
Ben Croker 2020-12-18 23:32:22 +01:00 committed by GitHub
parent fc757b9aff
commit 94881490a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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