Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 444 Bytes

File metadata and controls

20 lines (12 loc) · 444 Bytes

BsText Component

Renders a form group with a <input> control within an EditForm for text input.

Example

<BsText @bind-Value="@example.Name" Label="Your name" />

Validation

If you wish to include

As with all control components, any additional attributes are passed to the <input> control, e.g.

<BsText @bind-Value="@example.Name" Label="Your name" placeholder="enter your name" maxlen="32" />