ngx-ode-ui 4.8.0-develop-b2school.15 → 4.8.0-develop-pedago.9
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/fesm2020/ngx-ode-ui.mjs
CHANGED
|
@@ -274,7 +274,7 @@ class DatepickerComponent extends OdeComponent {
|
|
|
274
274
|
this.datePickerInst.toggle();
|
|
275
275
|
}
|
|
276
276
|
});
|
|
277
|
-
// Add
|
|
277
|
+
// Add blur handler for manual entry
|
|
278
278
|
this.datePickerInst.altInput.addEventListener('blur', e => {
|
|
279
279
|
const inputDate = this.datePickerInst.parseDate(this.datePickerInst.altInput.value, options.altFormat);
|
|
280
280
|
if (inputDate) {
|