We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083dbcd commit 8409ebcCopy full SHA for 8409ebc
1 file changed
src/htmx.js
@@ -4355,6 +4355,7 @@ var htmx = (function() {
4355
unfilteredFormData: allFormData,
4356
unfilteredParameters: formDataProxy(allFormData),
4357
headers,
4358
+ elt,
4359
target,
4360
verb,
4361
errors,
@@ -5164,6 +5165,7 @@ var htmx = (function() {
5164
5165
* @property {FormData} unfilteredFormData
5166
* @property {Object} unfilteredParameters unfilteredFormData proxy
5167
* @property {HtmxHeaderSpecification} headers
5168
+ * @property {Element} elt
5169
* @property {Element} target
5170
* @property {HttpVerb} verb
5171
* @property {HtmxElementValidationError[]} errors
0 commit comments