Skip to content

Commit dfe4773

Browse files
Added the required attritbutes to the file upload stub (#387)
1 parent b7a48e5 commit dfe4773

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lightning-stubs/fileUpload/fileUpload.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ export default class FileUpload extends LightningElement {
1515
@api multiple;
1616
@api name;
1717
@api recordId;
18+
@api required;
19+
@api reportValidity() {}
20+
@api setCustomValidity() {}
1821
}

0 commit comments

Comments
 (0)