@descope/web-components-ui 1.0.411 → 1.0.412

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.
@@ -2429,7 +2429,7 @@ const proxyInputMixin =
2429
2429
  forwardProps(this, [this.inputElement, ...proxyTargets], prop);
2430
2430
  });
2431
2431
 
2432
- this.setSelectionRange = this.inputElement.setSelectionRange?.bind(this.inputElement);
2432
+ this.setSelectionRange = this.inputElement?.setSelectionRange?.bind(this.inputElement);
2433
2433
 
2434
2434
  forwardAttrs(this, this.inputElement, { includeAttrs: ['inputmode'] });
2435
2435
  });