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 f798731 commit ab42210Copy full SHA for ab42210
lib/web/mage/validation/validation.js
@@ -20,9 +20,7 @@ define([
20
}
21
22
// eslint-disable-next-line one-var
23
- let allInputs = $(element)
24
- .closest('#super-product-table')
25
- .find('input[data-validate*="validate-grouped-qty"]');
+ let allInputs = $('#super-product-table input[data-validate*="validate-grouped-qty"]');
26
27
if (allInputs.first().is(element)) {
28
return allInputs.toArray().some(input => parseFloat($(input).val()) > 0);
0 commit comments