ListFormComboBoxPeoplePicker
@spartanfx/react / ListFormComboBoxPeoplePicker
Variable: ListFormComboBoxPeoplePicker
constListFormComboBoxPeoplePicker:React.FunctionComponent<IListFormComboBoxPeoplePickerProps>
Renders a people picker field using a combo box interface for SharePoint List Forms.
This component integrates with SharePoint's form state to read and set user values.
It supports single and multi-user selection depending on the field's AllowMultipleValues setting.
Param
Component properties of type IListFormComboBoxPeoplePickerProps
Returns
A people picker UI with combo box functionality integrated into the list form context.
Remarks
- Automatically resolves user IDs if only login names are initially available in the form state.
- Uses context-aware services (SPFI and WebPartContext) for interacting with SharePoint.
- Leverages the
ComboBoxPeoplePickerinternal component for UI rendering.