File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
CodeBeam.MudBlazor.Extensions/Components/ComboBox Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1515 <InputContent >
1616 @* DataVisualiserStyle="@($"min-height: 1.1876em;{(HasValue(Value) && Editable == true ? "padding-bottom: 0px" : null)}")"*@
1717 <MudInputExtended @ref =" _inputReference" T =" string" InputType =" @(Editable && !MultiSelection ? InputType.Text : InputType.Hidden)"
18- Class =" @InputClassname" Style =" @InputStyle" Margin =" @Margin" Placeholder =" @Placeholder"
18+ Class =" @InputClassname" Style =" @InputStyle" Margin =" @Margin" Placeholder =" @Placeholder" Label = " @Label "
1919 Variant =" @Variant" Immediate =" true"
2020 TextUpdateSuppression =" false"
2121 ShowVisualiser =" @((MultiSelection && SelectedValues?.Any() == true) || !Editable)" DataVisualiserStyle =" min-height: 1.1876em"
You can’t perform that action at this time.
0 commit comments