1.7.75
MudBlazor.Extensions 1.7.75 Nuget
- 1.7.75 > Fix Bug for using Streams on serverside rendered projects in MudExFileDisplay
- 1.7.75 > Fix Bug for using Blob url in MudExFileDisplay on serverside rendered projects
- 1.7.75 > Fix rendering error on serverside object edit
- 1.7.75 > Add parameter to tag field for AutoClear and fix clear for server side rendered projects
- 1.7.75 > Add posibility for custom click handler in MudExDialogResultAction used in
DialogService.ShowComponentInDialogAsync
sample is available here - 1.7.75 > Add posibility to add condtions for buttons if you use
DialogService.ShowComponentInDialogAsync
sample is available here - 1.7.75 > Add new Component MudExCheckBox with support of
HelperText
.This component is used for default bool RenderData in MudExObjectEdit by default - 1.7.75 > Icons in all dialogs have a MudExColor param for icon color
- 1.7.75 > if ValuePresenter in MudExSelect is ItemConten it works now correctly for MultipleItems
- 1.7.75 > Add Parameter
UseItemTemplateForSelection
to MudExSelect. If true the item template is use for the selection list, otherwise its use only if ValuePresenter is ItemContent or Chip - 1.7.75 > Add ValuePresenter ChipWithoutItemTemplate to MudExSelect to allow Chip display without using item template
- 1.7.75 > Add SelectAllTemplate to MudExSelect
- 1.7.75 > Fix Shrink bug for MudExSelect after update