Class FloatLabelType
Defines floating label type of the input and decides how the label should float on the input.
Inheritance
System.Object
FloatLabelType
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FloatLabelType : Enum
Fields
Always
The placeholder text floats above the input always.
Declaration
public const FloatLabelType Always
Field Value
Type |
---|
FloatLabelType |
Auto
The placeholder text floats above the input while focusing or enter a value in input.
Declaration
public const FloatLabelType Auto
Field Value
Type |
---|
FloatLabelType |
Never
The placeholder text should not be float ever.
Declaration
public const FloatLabelType Never
Field Value
Type |
---|
FloatLabelType |