@descope/web-components-ui 1.0.198 → 1.0.199

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
@@ -4825,7 +4825,7 @@ let PhoneFieldInternal$1 = class PhoneFieldInternal extends BaseInputClass$3 {
4825
4825
  init() {
4826
4826
  this.addEventListener('focus', (e) => {
4827
4827
  // we want to ignore focus events we are dispatching
4828
- if (e.isTrusted) this.inputs[0].focus();
4828
+ if (e.isTrusted) this.inputs[1].focus();
4829
4829
  });
4830
4830
 
4831
4831
  super.init?.();