We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95be3de commit a55580cCopy full SHA for a55580c
src/Core/Components/InputFile/FluentInputFile.razor
@@ -26,6 +26,7 @@
26
27
<div style="grid-column: 1; grid-row: 1; ">
28
<InputFile OnChange="OnUploadFilesHandlerAsync"
29
+ @attributes="@AdditionalAttributes"
30
@ref="@_inputFile"
31
id="@Id"
32
multiple=@Multiple
0 commit comments