Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ui5-file-uploader): migrate to TS (#6211)
The FileUploader component has been migrated to Typescript as part of the TS migration initiative. Note: this._input.click(e); changed to this._input.click(); as HTMLElement#click doesn't have params. Related to: #6080
- Loading branch information