Skip to main content
Version: 1.1.0

IListFormFieldRendererProps

@spartanfx/react v1.1.0


@spartanfx/react / spfx / IListFormFieldRendererProps

Interface: IListFormFieldRendererProps

Props passed to a field renderer component. Provides metadata, form context, and interaction flags.

Extends

  • ICommonProps

Extended by

Properties

PropertyTypeDescriptionInherited from
controlProps?anyProps passed directly to the underlying field control.ICommonProps.controlProps
disabled?booleanWhether the field is disabled. Overrides form-level settings.ICommonProps.disabled
fieldIFieldInfoThe SharePoint field definition object.-
formStateKeystringThe key used in the form state object, matching the field's internal name.-
listFormContextIListFormContextThe full list form context for accessing state, validation, etc.-
onChange?(newValue, oldValue?) => voidOptional callback triggered when the field value changes.ICommonProps.onChange
readonly?booleanIf true, renders the field in readonly mode without user interaction.ICommonProps.readonly
required?booleanWhether the field is required.ICommonProps.required