@descope/web-components-ui 1.0.198 → 1.0.199

Sign up to get free protection for your applications and to get access to all the features.
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?.();