This is a preview of Radzen's new Material 3 premium theme, available only to Radzen Professional or Enterprise subscribers.
Browse components with a free theme by selecting one from the dropdown above.
The FormField can be easily customized to fit a wide range of form input needs. Set the Variant
property to use Outlined, Flat, Filled, or Text variants.
The FormField can be used to render different types of form input components, such as RadzenTextBox, RadzenPassword, RadzenDropDown and more.
To render content before or after the input in a RadzenFormField, you need to add <Start>
or <End>
elements together with a <ChildContent>
that contains the input component.
To display assistive content in a RadzenFormField, add <Helper>
element after the <ChildContent>
.
You can use validators inside a FormField.
To disable a FormField, just set the Disabled
property of the input component to true
.
Source Code licensed under
MIT
Radzen Blazor Studio is a desktop tool that empowers developers to create beautiful Blazor apps.
Develop your Blazor Server and WebAssembly applications visually with familiar WYSIWYG interface.