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