This is not resolving the claims like if we put “Everyone without External Users” in a group & target for that group it is not searching users.
Is there any solution for this?
The main reason is,ย in the backend of control fully used email id to process many things. So if the group don’t email id then not supported. For example if you try to use everyone instead of “Everyone without External Users” then it should work, because Everyone group has anย emailย id but “Everyone without External Users” does not have an email id
I am facing another issue while searching users by first name in pnp peoplepicker.
I have targeted PeoplePicker to a Particular group.
& when I am searching uses by firstname it is not working for some uesrs.
I have tried removing those users from site collection & adding back but no luck.
What is that IUserDetail? And where you declared or defined it? can you please help me with it.
LikeLike
Hi Lalitha,
Check this link
https://github.com/ravichandran-blog/SPFx/blob/master/spfx-pnp-peoplepicker/src/webparts/spfxPnpPeoplepicker/components/ISpfxPnpPeoplepickerState.ts#L7
LikeLike
This is not resolving the claims like if we put “Everyone without External Users” in a group & target for that group it is not searching users.
Is there any solution for this?
LikeLike
Hi Ajay
The main reason is,ย in the backend of control fully used email id to process many things. So if the group don’t email id then not supported. For example if you try to use everyone instead of “Everyone without External Users” then it should work, because Everyone group has anย emailย id but “Everyone without External Users” does not have an email id
LikeLiked by 1 person
I am facing another issue while searching users by first name in pnp peoplepicker.
I have targeted PeoplePicker to a Particular group.
& when I am searching uses by firstname it is not working for some uesrs.
I have tried removing those users from site collection & adding back but no luck.
PLease let me know if I am missing any
LikeLike
Hi,
Can we create a similar people picker without using React ?
Like just by using HTML and javascript/jquery alone ?
LikeLike
yes, we can. But you have to build that control ๐
LikeLike