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 5677125 commit 8f62621Copy full SHA for 8f62621
src/BootstrapBlazor/Components/Upload/ButtonUpload.razor
@@ -7,7 +7,8 @@
7
<BootstrapLabel required="@Required" ShowLabelTooltip="ShowLabelTooltip" Value="@DisplayText" />
8
}
9
<div @attributes="@AdditionalAttributes" class="@ClassString" id="@Id">
10
- <Button class="@BrowserButtonClassString" IsDisabled="@CheckStatus()" Size="Size" Icon="@BrowserButtonIcon" Text="@BrowserButtonText" Color="@BrowserButtonColor">
+ <Button class="@BrowserButtonClassString" IsDisabled="@CheckStatus()" Size="Size" Icon="@BrowserButtonIcon"
11
+ Text="@BrowserButtonText" Color="@BrowserButtonColor">
12
@ChildContent
13
</Button>
14
@if (ShowUploadFileList)
0 commit comments