fix: uncommented a previously commented line since this is probably a mistake and breaks functionality
* fix: lion-selected-filelist, restored composed: true and bubbles: true for 'file-remove-requested' event, otherwise removing files for subclassers won't work * fix: uncommented a previously commented line since this is probably a mistake and breaks functionality * Update packages/ui/components/input-file/src/LionInputFile.js Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
This commit is contained in:
parent
e97a4adf05
commit
36bf8c6ff5
2 changed files with 7 additions and 1 deletions
5
.changeset/thick-cooks-jump.md
Normal file
5
.changeset/thick-cooks-jump.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/ui': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Uncommented a previously commented line since this is probably a mistake and breaks functionality
|
||||||
|
|
@ -433,7 +433,8 @@ export class LionInputFile extends ScopedElementsMixin(LocalizeMixin(LionField))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// this._selectedFilesMetaData = [...this._selectedFilesMetaData];
|
// TODO: add a unit test for this
|
||||||
|
this._selectedFilesMetaData = [...this._selectedFilesMetaData];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue