-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Bug explanation
Hi,
Why is not possible to put smaller height of textBox. I got smaller textBox but I can't write anything inside and also I don' see bottom line when the size is reduced.
<Style x:Key="NVDefaultTextBox" TargetType="TextBox"
BasedOn="{StaticResource MaterialDesignOutlinedTextBox}">
<Setter Property="FontSize" Value="16"/>
<Setter Property="FontFamily" Value="Roboto"/>
<Setter Property="FontWeight" Value="Medium"/>
<Setter Property="Height" Value="32"/>
<Setter Property="MinWidth" Value="48"/>
<Setter Property="materialDesign:TextFieldAssist.DecorationVisibility" Value="Hidden"/>
<Setter Property="materialDesign:TextFieldAssist.TextFieldCornerRadius" Value="4"/>
<Setter Property="materialDesign:TextFieldAssist.UnderlineCornerRadius" Value="1" />
</Style>
Version
Material Design 3
xhuan8
