IListFormComboBoxPeoplePickerProps
@spartanfx/react v1.0.0
@spartanfx/react / IListFormComboBoxPeoplePickerProps
Interface: IListFormComboBoxPeoplePickerProps
Props for the ListFormComboBoxPeoplePicker component.
Extends IListFormFieldRendererProps to integrate with the SharePoint List Form framework.
Extends
Properties
Property | Type | Description |
---|
allowedUsers? | ISiteUserInfo [] | Optional list of users allowed to be selected. If provided, filters the available users. |
disabledUsers? | ISiteUserInfo [] | Optional list of users that should be disabled (non-selectable) in the picker UI. |
inlineLabel? | boolean | Whether the field label should be displayed inline with the picker. |
sourceGroups? | string [] | number [] | SharePoint group IDs or names to restrict the user selection source. If specified, only users in these groups can be selected. |