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 36c0c36 commit 3be0170Copy full SHA for 3be0170
src/pat/auto-submit/auto-submit.js
@@ -66,7 +66,7 @@ export default Base.extend({
66
67
// get all subforms whice are not yet auto submit forms.
68
const subforms = el.querySelectorAll(
69
- ".pat-autosubmit:not(.pat-autosubmit):not(.pat-auto-submit)"
+ ".pat-subform:not(.pat-autosubmit):not(.pat-auto-submit)"
70
);
71
for (const subform of subforms) {
72
// register autosubmit on subform
0 commit comments