Skip to content

Commit 095204f

Browse files
docs(ui5-file-uploader): explain that accept file types require dots (#2438)
#2435
1 parent eac514b commit 095204f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/src/FileUploader.js

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const metadata = {
3636
properties: /** @lends sap.ui.webcomponents.main.FileUploader.prototype */ {
3737
/**
3838
* Comma-separated list of file types that the <code>ui5-file-uploader</code> should accept.
39+
* <br><br>
40+
* <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.
3941
* @type {string}
4042
* @defaultvalue ""
4143
* @public

0 commit comments

Comments
 (0)