@descope/web-components-ui 1.0.303 → 1.0.304

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.esm.js CHANGED
@@ -5387,7 +5387,7 @@ let PhoneFieldInternal$1 = class PhoneFieldInternal extends BaseInputClass$6 {
5387
5387
  } else {
5388
5388
  this.countryCodeInput.selectedItem = undefined;
5389
5389
  }
5390
- this.phoneNumberInput.value = phoneNumber;
5390
+ this.phoneNumberInput.value = this.phoneNumberInput.value || phoneNumber;
5391
5391
  }
5392
5392
 
5393
5393
  get phoneNumberValue() {