ListFormField
3p-core / ListFormField
Variable: ListFormField
const
ListFormField:React.FunctionComponent
<IListFormFieldProps
>
Component that renders a SharePoint list field based on its internal name and metadata.
This component dynamically selects the correct control based on the field's type, integrates with form state and validation, and supports customization via render props.
It should be used as part of a dynamic form to render fields in SPFx web parts or extensions.
Param
Props controlling field selection, rendering, validation, and customization.
Example
<ListFormField fieldInternalName="Title" label="Project Title" required />