Table of Contents

Class MudGlobal.InputDefaults

Namespace
MudBlazor
Assembly
MudBlazor.dll
public static class MudGlobal.InputDefaults
Inheritance
MudGlobal.InputDefaults
Inherited Members

Properties

ShrinkLabel

Shows the label inside the input if no Value is specified.

public static bool ShrinkLabel { get; set; }

Property Value

bool

Remarks

Defaults to false. When true, the label will not move into the input when the input is empty.