Skip to content

Commit

Permalink
docs(ui5-file-uploader): explain that accept file types require dots (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis authored and ilhan007 committed Nov 19, 2020
1 parent 5175055 commit 85d7629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/FileUploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const metadata = {
properties: /** @lends sap.ui.webcomponents.main.FileUploader.prototype */ {
/**
* Comma-separated list of file types that the <code>ui5-file-uploader</code> should accept.
* <br><br>
* <b>Note:</b> Please make sure you are adding the <code>.</code> in front on the file type, e.g. <code>.png</code> in case you want to accept png's only.
* @type {string}
* @defaultvalue ""
* @public
Expand Down

0 comments on commit 85d7629

Please sign in to comment.