@rtstic.dev/pulse 0.0.58 → 0.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/form/index.js +1 -1
- package/dist/form/index.js.map +2 -2
- package/package.json +1 -1
package/dist/form/index.js
CHANGED
|
@@ -10927,7 +10927,7 @@
|
|
|
10927
10927
|
dbgWarn("phoneValidation", `No ITI instance found for field "${field.name}" \u2014 skipping phone validation`);
|
|
10928
10928
|
return null;
|
|
10929
10929
|
}
|
|
10930
|
-
const value =
|
|
10930
|
+
const value = iti.getNumber().trim();
|
|
10931
10931
|
if (!value) return null;
|
|
10932
10932
|
if (!iti.isValidNumber()) {
|
|
10933
10933
|
return "phone_invalid";
|