@ngrdt/forms 0.0.74 → 0.0.78
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/fesm2022/ngrdt-forms.mjs
CHANGED
|
@@ -502,7 +502,6 @@ class RdtFileInputComponent extends RdtBaseFormInputComponent {
|
|
|
502
502
|
.readAll(Array.from(target.files))
|
|
503
503
|
.pipe(takeUntilDestroyed(this.destroyRef))
|
|
504
504
|
.subscribe((files) => {
|
|
505
|
-
console.log(files);
|
|
506
505
|
this.onChange(files);
|
|
507
506
|
this.writeValue(files);
|
|
508
507
|
});
|