nuxeo-development-framework 1.7.2 → 1.7.3

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.
@@ -8250,6 +8250,10 @@
8250
8250
  this.onChange(this.dateString);
8251
8251
  this.valueChanged.emit(this.dateString);
8252
8252
  }
8253
+ else {
8254
+ this.onChange(null),
8255
+ this.valueChanged.emit(null);
8256
+ }
8253
8257
  };
8254
8258
  DynamicFormHijriDateitemComponent.prototype.isRequired = function () {
8255
8259
  var _a;