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 e7eba95 commit 2fc0817Copy full SHA for 2fc0817
app/code/Magento/Ui/view/base/web/js/lib/validation/rules.js
@@ -133,6 +133,7 @@ define([
133
if (utils.isEmpty(value)) {
134
return true;
135
}
136
+
137
if (value.length !== 17) {
138
return false;
139
@@ -275,6 +276,7 @@ define([
275
276
277
278
279
280
if (/[^0-9-]+/.test(value)) {
281
282
0 commit comments