Skip to content

Material Design 3 TextBox Height #3076

@LejlaBrkic123

Description

@LejlaBrkic123

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>

image

Version

Material Design 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions