ps-toolkit-ui 1.11.6 → 1.11.7
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 -7
- 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 +2 -8
- package/fesm2015/ps-toolkit-ui.js +1 -7
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -5355,13 +5355,7 @@
|
|
|
5355
5355
|
_this.inp.error = exports.InputError.Required;
|
|
5356
5356
|
return false;
|
|
5357
5357
|
}
|
|
5358
|
-
|
|
5359
|
-
console.log(_this.inp.value);
|
|
5360
|
-
console.log(_this.inp.search);
|
|
5361
|
-
console.log(_this.inp.search);
|
|
5362
|
-
console.log(_this.inp.search.replace(/-/g, '').replace(/./g, ''));
|
|
5363
|
-
console.log(/^\d+$/.test(_this.inp.search.replace(/-/g, '').replace(/./g, '')));
|
|
5364
|
-
if (_this.inp.addNew && _this.inp.value == null && _this.inp.search != null && /^\d+$/.test(_this.inp.search.replace(/-/g, '').replace(/./g, ''))) {
|
|
5358
|
+
if (_this.inp.addNew && _this.inp.value == null && _this.inp.search != null && /^\d+$/.test(_this.inp.search.replace(/-/g, '').replace(/\./g, ''))) {
|
|
5365
5359
|
_this.inp.error = exports.InputError.Invalid;
|
|
5366
5360
|
return false;
|
|
5367
5361
|
}
|