ps-toolkit-ui 1.15.49 → 1.15.50
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 -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/vehicle/form.vehicle.component.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7682,7 +7682,7 @@
|
|
|
7682
7682
|
this.inp.clear = function () {
|
|
7683
7683
|
_this.inp.error = null;
|
|
7684
7684
|
_this.inp.setValue(null, false);
|
|
7685
|
-
_this.changeType(
|
|
7685
|
+
_this.changeType(_this.inp.rows.find(function (_) { return true; }));
|
|
7686
7686
|
_this.car.clear();
|
|
7687
7687
|
_this.motor.clear();
|
|
7688
7688
|
_this.carF.clear();
|