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 5cf7259 commit 1039e2fCopy full SHA for 1039e2f
lib/web/mage/validation/validation.js
@@ -13,7 +13,7 @@ define([
13
$.each({
14
'validate-grouped-qty': [
15
function (value, element) {
16
- let inputValue = parseFloat(element.value) || 0;
+ let inputValue = parseFloat($(element).val()) || 0;
17
18
return inputValue > 0;
19
},
0 commit comments