@salla.sa/twilight-components 2.11.111 → 2.11.112

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.
@@ -28182,7 +28182,7 @@ const SallaVerify = class {
28182
28182
  .replace(/[^0-9.]/g, '')
28183
28183
  .replace('..', '.');
28184
28184
  this.otpInputs.forEach((input, i) => input.value = text[i] || '');
28185
- this.toggleOTPSubmit();
28185
+ // this.toggleOTPSubmit();
28186
28186
  setTimeout(() => this.otpInputs[3].focus(), 100);
28187
28187
  }
28188
28188
  handleInput(ev) {