-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selected SharePoint group will display as another user when user name contains group name #1606
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Hey @yungfu, I tried to reproduce this but out of luck. It would be nice if you be more specific with some screenshots code sample etc? Thanks, |
A user named Adele Vance and a group named Van exist, when you input Van and select group Van in people picker, selected item will changed to Adele Vance one second late.
|
Hey @yungfu Did you try testing using beta version of the controls? Thanks, |
Hey @NishkalankBezawada unfortunately, in latest built |
Hey! I would like to add an additional problem case that seems relevant to this bug. In our tenant, we have one person with multiple users that have similar e-mail addresses, where the email is differentiated only by a suffix in the local part (below is an example). If one selects the person with no suffixes in the email, then for a second, the correct persona is selected, but after the The emails in question have the following shapes: Consistently, instead of Edit: We think that that our issue is related to the fact that the two other users have the searched for email set as their "other emails". The The issue was first noticed with |
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [3.14.0]
Expected / Desired Behavior / Question
Create a user named Adelve Vance, and a SharePoint group named Van.
Add a PeoplePicker as flollowing:
Input Van in PeopleSelector, and select group Van from options, record group login name Van to
loginNames
, PeoplePicker will change the displayed Van group to user Adelve Vance immediately. If we leave thedefaultSelectedUsers
empty, when thisPeoplePicker
inited with Van group name, it will display people Adelve Vance not groupc Van either.The text was updated successfully, but these errors were encountered: