@sumaris-net/ngx-components 2.3.7-rc2 → 2.3.7-rc3
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/esm2020/src/app/shared/material/datetime/material.dateshort.mjs +3 -1
- package/fesm2015/sumaris-net.ngx-components.mjs +2 -0
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +2 -0
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6960,6 +6960,8 @@ class MatDateShort {
|
|
|
6960
6960
|
}
|
|
6961
6961
|
// select only year
|
|
6962
6962
|
_closeDatePicker(eventData) {
|
|
6963
|
+
if (this.mobile)
|
|
6964
|
+
return; // Skip implicit validation, if mobile (should use validate/cancel buttons)
|
|
6963
6965
|
this.formControl.setValue(eventData);
|
|
6964
6966
|
this.datePicker?.close();
|
|
6965
6967
|
}
|