@descope/web-components-ui 2.2.7 → 2.2.9

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.
@@ -10648,6 +10648,8 @@ const customMixin$9 = (superclass) =>
10648
10648
 
10649
10649
  this.inputElement = this.shadowRoot.querySelector(componentName$P);
10650
10650
 
10651
+ syncAttrs(this, this.inputElement, { includeAttrs: ['has-value'] });
10652
+
10651
10653
  forwardAttrs$1(this.shadowRoot.host, this.inputElement, {
10652
10654
  includeAttrs: [
10653
10655
  'size',