ps-toolkit-ui 1.12.13 → 1.12.14

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.
@@ -5868,7 +5868,10 @@
5868
5868
  };
5869
5869
  FormSelectComponent.prototype.getPlaceHolder = function () {
5870
5870
  var _this = this;
5871
- console.log(this.inp.multiple);
5871
+ if (this.inp.name === 'Users') {
5872
+ console.log(this.inp.name, this.inp.multiple);
5873
+ console.log(this.inp.getSelectedRows());
5874
+ }
5872
5875
  if (this.inp.multiple) {
5873
5876
  var s = this.inp.getSelectedRows();
5874
5877
  if (s.length > 0) {