Options
All
  • Public
  • Public/Protected
  • All
Menu

People Picker Properties

Hierarchy

  • IPeoplePickerProps

Index

Properties

Optional allowGroups

allowGroups: boolean

True, to include groups in the results.

Optional className

className: string

The class name to apply to the element.

Optional el

el: Element

The element to render the form to.

Optional label

label: string

The label.

Optional multi

multi: boolean

True to allow multiple users to be selected.

Optional placeholder

placeholder: string

The placeholder text. (Default value is "Search")

Optional readOnly

readOnly: boolean

True to allow multiple users to be selected.

Optional searchLocal

searchLocal: boolean

True to search the local users first.

Optional value

value: string | number | IPeoplePickerUser | Array<string | number | IPeoplePickerUser>

The selected users.

Generated using TypeDoc