File tree Expand file tree Collapse file tree
CodeBeam.MudBlazor.Extensions/Components/CsvMapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <MudFileUpload T =" IBrowserFile" Accept =" .csv" OnFilesChanged =" OnInputFileChanged" Hidden =" false" Class =" flex-1 d-flex justify-center align-content-center my-2"
2121 InputClass =" absolute mud-width-full mud-height-full d-flex justify-center align-content-center overflow-hidden z-20" InputStyle =" opacity:0"
2222 @ondragenter =" @SetDragClass" @ondragleave =" @ClearDragClass" @ondragend =" @ClearDragClass" >
23- <ButtonTemplate >
23+ <ActivatorContent >
2424 <MudPaper Outlined =" true" Class =" @(" d-flex flex-column justify-center align-content-center mud-background-gray p-2 " + DragClass)" >
2525 <MudPaper Elevation =" 0" class =" mud-transparent d-flex justify-center align-content-center" >
2626 <svg class =" mud-icon-root" viewBox =" 0 0 24 24" height =" 75" width =" 75" style =" height :75px ; width :175px ; " aria-hidden =" true" >
4343 }
4444 </MudPaper >
4545 </MudPaper >
46- </ButtonTemplate >
46+ </ActivatorContent >
4747 </MudFileUpload >
4848 </MudStack >
4949
155155 {
156156 <MudButton Class =" my-2" Color =" Color.Secondary" StartIcon =" @Icons.Material.Filled.RestartAlt" Variant =" Variant.Filled" OnClick =" @ReloadPage" Disabled =" !_valid" >Reset </MudButton >
157157 }
158- </div >
158+ </div >
You can’t perform that action at this time.
0 commit comments