@wix/form-public 0.188.0 → 0.190.0
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/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -31052,6 +31052,7 @@ function applyFormOverrides(form, overrides, recursive = true) {
|
|
|
31052
31052
|
...pick(override, "label"),
|
|
31053
31053
|
...pick(override, "autocomplete"),
|
|
31054
31054
|
...pick(override, "disabled"),
|
|
31055
|
+
...override.hasOwnProperty("callingCountryCode") ? { defaultCountry: override.callingCountryCode } : {},
|
|
31055
31056
|
...options
|
|
31056
31057
|
},
|
|
31057
31058
|
validation: {
|