ps-toolkit-ui 1.3.76 → 1.3.77

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.
@@ -4674,7 +4674,12 @@
4674
4674
  this.part1.onChange = function (v) {
4675
4675
  _this.inp.error = null;
4676
4676
  if (v.length === 2 && _this.inp.type === exports.InputType.Plaque) {
4677
- _this.part2.focus();
4677
+ if (_this.part2.data() != null) {
4678
+ _this.part3.focus();
4679
+ }
4680
+ else {
4681
+ _this.part2.focus();
4682
+ }
4678
4683
  }
4679
4684
  else if (v.length === 3 && _this.inp.type === exports.InputType.PlaqueM) {
4680
4685
  _this.part3.focus();