Skip to content

Commit

Permalink
ComboBox Text Variant Fix (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaragoz authored May 3, 2024
1 parent bb90568 commit d068968
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<InputContent>
@*DataVisualiserStyle="@($"min-height: 1.1876em;{(HasValue(Value) && Editable == true ? "padding-bottom: 0px" : null)}")"*@
<MudInputExtended @ref="_inputReference" T="string" InputType="@(Editable && !MultiSelection ? InputType.Text : InputType.Hidden)"
Class="@InputClassname" Style="@InputStyle" Margin="@Margin" Placeholder="@Placeholder"
Class="@InputClassname" Style="@InputStyle" Margin="@Margin" Placeholder="@Placeholder" Label="@Label"
Variant="@Variant" Immediate="true"
TextUpdateSuppression="false"
ShowVisualiser="@((MultiSelection && SelectedValues?.Any() == true) || !Editable)" DataVisualiserStyle="min-height: 1.1876em"
Expand Down

0 comments on commit d068968

Please sign in to comment.