Table of Contents

Class TextFieldSettings

Namespace
Velvet
Assembly
Velvet.Docs.dll

TextField.isPasswordField, textEdition.placeholder, maxLength, isReadOnly and isDelayed. A null member is undeclared: ApplyTextField(VisualElement, TextFieldSettings) leaves a member no render has declared untouched, and restores what the element was constructed with once a render that did declare one drops it. An empty Placeholder is a declared empty placeholder.

public sealed record TextFieldSettings
Inheritance
object
TextFieldSettings

Constructors

TextFieldSettings(bool?, string?, int?, bool?, bool?)

TextField.isPasswordField, textEdition.placeholder, maxLength, isReadOnly and isDelayed. A null member is undeclared: ApplyTextField(VisualElement, TextFieldSettings) leaves a member no render has declared untouched, and restores what the element was constructed with once a render that did declare one drops it. An empty Placeholder is a declared empty placeholder.

Properties

IsDelayed
IsPassword
IsReadOnly
MaxLength
Placeholder