@descope/web-components-ui 1.0.356 → 1.0.357

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -5763,7 +5763,7 @@ let PhoneFieldInternal$1 = class PhoneFieldInternal extends BaseInputClass$6 {
5763
5763
  this.inputs = [this.countryCodeInput, this.phoneNumberInput];
5764
5764
 
5765
5765
  forwardAttrs(this, this.countryCodeInput, { includeAttrs: ['label-type'] });
5766
- forwardAttrs(this, this.phoneNumberInput, { includeAttrs: ['label-type'] });
5766
+ forwardAttrs(this, this.phoneNumberInput, { includeAttrs: ['label-type', 'required'] });
5767
5767
 
5768
5768
  // override combo box setter to display dialCode value in input
5769
5769
  this.countryCodeInput.customValueTransformFn = (val) => {