ps-toolkit-ui 1.10.26 → 1.10.27
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 +1 -0
- 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/textbox/form.textbox.component.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -5979,6 +5979,7 @@
|
|
|
5979
5979
|
_this.onFocusIn(changeIndex);
|
|
5980
5980
|
};
|
|
5981
5981
|
this.inp.isValid = function () {
|
|
5982
|
+
console.log(_this.inp, _this.inp.value, 'this.inp.value $$$$$$$$$');
|
|
5982
5983
|
_this.inp.error = null;
|
|
5983
5984
|
if (_this.inp.required && !_this.inp.value) {
|
|
5984
5985
|
_this.inp.error = exports.InputError.Required;
|