Table of Contents

Class BOBInputOutline

Namespace
BlazOrbit.Components.Forms
Assembly
BlazOrbit.dll
public class BOBInputOutline : ComponentBase
Inheritance
object
ComponentBase
BOBInputOutline

Constructors

BOBInputOutline()

public BOBInputOutline()

Properties

For

For.

[Parameter]
public string? For { get; set; }

Property Value

string

Label

Floating label displayed above the component.

[Parameter]
public string? Label { get; set; }

Property Value

string

Required

Kept for binary compatibility — the asterisk is now rendered by the input-family CSS via [data-bob-required="true"] .bob-input__label::after. Consumers can still pass it without effect.

[Parameter]
public bool Required { get; set; }

Property Value

bool

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder