custompeoplepicker
v1.8.0
Published
How to use this props should be sent like this: // these 3 are compulsory source: users from M365 | NonM365 context onSelect : To get the selected users SPHttpClient - import @microsoft/sp-http and share t
Downloads
335
Readme
How to use this props should be sent like this: // these 3 are compulsory source: users from M365 | NonM365 context onSelect : To get the selected users SPHttpClient - import @microsoft/sp-http and share this in props RetryHandlerOptions - import "@microsoft/microsoft-graph-client and share this in props
// These are optional props
isMulti?: boolean for multi selection if not passed it will single selection
disabled?: to disable selection;