File tree Expand file tree Collapse file tree
src/CodeBeam.MudBlazor.Extensions/Components/ListExtended Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 @if (OverrideMultiSelectionComponent == null ? MudListExtended ? .MultiSelectionComponent == MultiSelectionComponent .CheckBox : OverrideMultiSelectionComponent .Value == MultiSelectionComponent .CheckBox )
3333 {
3434 < MudCheckBox Color = " @(MudListExtended?.Color ?? Color.Default)" Disabled = " @GetDisabledStatus()" @bind - Value = " _selected" @onclick = " OnClickHandler" Dense = " true"
35- aria - label = " @AccessibleName" / >
35+ aria - label = " @($ " Select { AccessibleName } " ) " / >
3636 }
3737 else if (OverrideMultiSelectionComponent == null ? MudListExtended ? .MultiSelectionComponent == MultiSelectionComponent .Switch : OverrideMultiSelectionComponent .Value == MultiSelectionComponent .Switch )
3838 {
3939 < MudSwitch Color = " @(MudListExtended?.Color ?? Color.Default)" Disabled = " @GetDisabledStatus()" @bind - Value = " _selected" @onclick = " OnClickHandler" StopClickPropagation = " true"
40- aria - label = " @AccessibleName" / >
40+ aria - label = " @($ " Select { AccessibleName } " ) " / >
4141 }
4242 else if (OverrideMultiSelectionComponent == null ? MudListExtended ? .MultiSelectionComponent == MultiSelectionComponent .SwitchM3 : OverrideMultiSelectionComponent .Value == MultiSelectionComponent .SwitchM3 )
4343 {
4444 < MudSwitchM3 Class = " mr-4" Color = " @(MudListExtended?.Color ?? Color.Default)" Disabled = " @GetDisabledStatus()" @bind - Value = " _selected" @onclick = " OnClickHandler" StopClickPropagation = " true"
45- aria - label = " @AccessibleName" / >
45+ aria - label = " @($ " Select { AccessibleName } " ) " / >
4646 }
4747 < / div >
4848 }
You can’t perform that action at this time.
0 commit comments