Skip to content

Commit b4603c9

Browse files
committed
fix(pat validation): Do not trigger a pat-update after validation.
1 parent b3e98e0 commit b4603c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pat/validation/validation.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Patterns validate - Form vlidation
22
import "../../core/polyfills"; // SubmitEvent.submitter for Safari < 15.4 and jsDOM
3-
import $ from "jquery";
43
import Base from "../../core/base";
54
import Parser from "../../core/parser";
65
import dom from "../../core/dom";
@@ -342,6 +341,5 @@ export default Base.extend({
342341
it.classList.add("disabled");
343342
}
344343
}
345-
$(input).trigger("pat-update", { pattern: "validation" });
346344
},
347345
});

0 commit comments

Comments
 (0)