ps-toolkit-ui 1.3.82 → 1.3.83

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.
@@ -3588,7 +3588,7 @@
3588
3588
  FormDateComponent.prototype.setInpValue = function (v) {
3589
3589
  if (v === null) {
3590
3590
  this.inp.clear();
3591
- return;
3591
+ this.active = moment__namespace();
3592
3592
  }
3593
3593
  else if (typeof v === 'string') {
3594
3594
  var d = parseInt(v.substring(6, v.length - 2), 10);