File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,16 +52,17 @@ export class FileUploader implements OnInit {
5252 */
5353 static fileUploaderCount = 0 ;
5454 /**
55- * Accessible text for the button that opens the upload window
55+ * Accessible text for the button that opens the upload window.
56+ *
5657 * Defaults to the `FILE_UPLOADER.OPEN` value from the i18n service
5758 */
5859 @Input ( ) buttonText = this . i18n . get ( ) . FILE_UPLOADER . OPEN ;
5960 /**
60- * text that is set to the title
61+ * Text set to the title
6162 */
6263 @Input ( ) title : string ;
6364 /**
64- * text that is set to the description
65+ * Text set to the description
6566 */
6667 @Input ( ) description : string ;
6768 /**
@@ -70,7 +71,7 @@ export class FileUploader implements OnInit {
7071 @Input ( ) accept = [ ] ;
7172 /**
7273 * Set to `false` to let the component accept a single file on upload
73- * deafult value is `true`
74+ * Defaults to `true`. Accepts multiple files.
7475 */
7576 @Input ( ) multiple = true ;
7677 /**
You can’t perform that action at this time.
0 commit comments