ps-toolkit-ui 1.6.44 → 1.6.45

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.
@@ -6671,10 +6671,11 @@
6671
6671
  }
6672
6672
  };
6673
6673
  this.driver.onChange = function (e) {
6674
- console.log(e);
6675
- _this.changeIndex.emit('Tab');
6676
- if (_this.inp.onChange) {
6677
- _this.inp.onChange(_this.driver.data());
6674
+ if (e.value != null) {
6675
+ _this.changeIndex.emit('Tab');
6676
+ if (_this.inp.onChange) {
6677
+ _this.inp.onChange(_this.driver.data());
6678
+ }
6678
6679
  }
6679
6680
  };
6680
6681
  this.fingerprint.onChange = function () {