@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 CHANGED
@@ -31078,6 +31078,7 @@ function applyFormOverrides(form, overrides, recursive = true) {
31078
31078
  ...pick(override, "label"),
31079
31079
  ...pick(override, "autocomplete"),
31080
31080
  ...pick(override, "disabled"),
31081
+ ...override.hasOwnProperty("callingCountryCode") ? { defaultCountry: override.callingCountryCode } : {},
31081
31082
  ...options
31082
31083
  },
31083
31084
  validation: {