Inputs

Text Input

Text and TextControl components are built on top of Blazor's InputText class, and support all standard behaviors for form model and validation. They must be wrapped inside Blazor's EditForm component or Blazority's Form component, and cannot be used in standalone mode. Learn more at ASP.NET Core Blazor forms and validation

Blazority provides the Text component which encases the label, help text and validation in a single component. It also provides the underlying TextControl component providing only the logic, allowing custom styling and formatting of the containing form components.

Using Text

The current text is

Validation

Required, Maximum 10 characters. The current name is

Other Input Types

The current search text is
i.e. name@site.com The current email is
i.e. (555) 555-5555 The current telephone # is
i.e. site.com The current URL is

Using TextControl

Helper Text
An unhandled error has occurred. Reload 🗙