Skip to content

Commit

Permalink
refactor(ui5-file-uploader): migrate to TS (#6211)
Browse files Browse the repository at this point in the history
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
ilhan007 authored Dec 20, 2022
1 parent 44a53ab commit bf1204f
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 526 deletions.
Loading

0 comments on commit bf1204f

Please sign in to comment.