Skip to content

Commit a55580c

Browse files
authored
Add attrbiutes (#3441)
1 parent 95be3de commit a55580c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/Components/InputFile/FluentInputFile.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
<div style="grid-column: 1; grid-row: 1; ">
2828
<InputFile OnChange="OnUploadFilesHandlerAsync"
29+
@attributes="@AdditionalAttributes"
2930
@ref="@_inputFile"
3031
id="@Id"
3132
multiple=@Multiple

0 commit comments

Comments
 (0)