Skip to main content
Version: 1.0.0

ListFormComboBoxPeoplePicker

@spartanfx/react v1.0.0


@spartanfx/react / ListFormComboBoxPeoplePicker

Variable: ListFormComboBoxPeoplePicker

const ListFormComboBoxPeoplePicker: 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 ComboBoxPeoplePicker internal component for UI rendering.