This commit is contained in:
2025-12-17 09:52:17 +02:00
parent dd1da19d02
commit 8fcb75eec4
5 changed files with 71 additions and 23 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export class FormValidator extends Validator {
reset_form : false
}, ... opts };
Ut.trigger(this.opts.onInit, this.target.elements);
Ut.trigger(this.opts.onInit, this.target.elements, this);
this.setEvents();
}