@descope/web-components-ui 1.0.411 → 1.0.413
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.
package/dist/index.esm.js
CHANGED
@@ -1198,7 +1198,7 @@ const proxyInputMixin =
|
|
1198
1198
|
forwardProps(this, [this.inputElement, ...proxyTargets], prop);
|
1199
1199
|
});
|
1200
1200
|
|
1201
|
-
this.setSelectionRange = this.inputElement
|
1201
|
+
this.setSelectionRange = this.inputElement?.setSelectionRange?.bind(this.inputElement);
|
1202
1202
|
|
1203
1203
|
forwardAttrs(this, this.inputElement, { includeAttrs: ['inputmode'] });
|
1204
1204
|
});
|