@descope/web-components-ui 1.0.303 → 1.0.304

Sign up to get free protection for your applications and to get access to all the features.
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() {