@descope/web-components-ui 1.0.87 → 1.0.88

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -789,7 +789,7 @@ const proxyInputMixin = (superclass) =>
789
789
  get inputElement() {
790
790
  this.warnIfInputElementIsMissing();
791
791
 
792
- const inputSlot = this.baseElement.shadowRoot?.querySelector('slot[name="inputt"]');
792
+ const inputSlot = this.baseElement.shadowRoot?.querySelector('slot[name="input"]');
793
793
  const textAreaSlot = this.baseElement.shadowRoot?.querySelector('slot[name="textarea"]');
794
794
 
795
795
  this.#inputElement ??= getNestedInput(inputSlot) || getNestedInput(textAreaSlot);