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.
- package/bundles/ps-toolkit-ui.umd.js +4 -1
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/select/form.select.component.js +5 -2
- package/fesm2015/ps-toolkit-ui.js +4 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -5868,7 +5868,10 @@
|
|
|
5868
5868
|
};
|
|
5869
5869
|
FormSelectComponent.prototype.getPlaceHolder = function () {
|
|
5870
5870
|
var _this = this;
|
|
5871
|
-
|
|
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) {
|