ListFormLabel
3p-core / ListFormLabel
Variable: ListFormLabel
const
ListFormLabel:React.FunctionComponent
<IListFormLabelProps
>
Renders a form field label using Fluent UI's Label
component with optional SharePoint field metadata,
required marker, tooltip (from description or custom content), and accessibility support.
When fieldInternalName
is provided, the label and tooltip content are automatically derived
from the list field's title and description.
Param
Props controlling label content, visibility, and tooltip behavior.
Example
<ListFormLabel fieldInternalName="ProjectName" required />