@descope/web-components-ui 1.119.0 → 1.120.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.
@@ -7658,7 +7658,9 @@ const customMixin$b = (superclass) =>
7658
7658
 
7659
7659
  this.inputElement = this.shadowRoot.querySelector(componentName$V);
7660
7660
 
7661
- forwardAttrs$1(this, this.inputElement, { includeAttrs: ['digits', 'size', 'loading'] });
7661
+ forwardAttrs$1(this, this.inputElement, {
7662
+ includeAttrs: ['digits', 'size', 'loading', 'disabled'],
7663
+ });
7662
7664
  }
7663
7665
 
7664
7666
  attributeChangedCallback(attrName, oldValue, newValue) {