@descope/web-components-ui 1.0.164 → 1.0.165

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
@@ -2356,7 +2356,7 @@ customElements.define(componentName$e, NumberFieldClass);
2356
2356
 
2357
2357
  const focusElement = (ele) => {
2358
2358
  ele?.focus();
2359
- ele?.setSelectionRange(1, 1);
2359
+ ele?.setSelectionRange?.(1, 1);
2360
2360
  };
2361
2361
 
2362
2362
  const getSanitizedCharacters = (str) => {