We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181b655 commit 9b4c9dcCopy full SHA for 9b4c9dc
src/file-uploader/file-uploader.component.ts
@@ -70,7 +70,8 @@ export class FileUploader implements OnInit {
70
*/
71
@Input() accept = [];
72
/**
73
- * Set to `false` to let the component accept a single file on upload
+ * Set to `false` to tell the component to only accept a single file on upload.
74
+ *
75
* Defaults to `true`. Accepts multiple files.
76
77
@Input() multiple = true;
0 commit comments