You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I select some user in PeoplePicker and trying to find another one in order to add one more user, a suggestion list is empty instead of showing a list of users which are related to what I've started to type.
Observed Behavior
The suggestion list always has to contain a number of users which have the same email/name(or ever role) that I started to type - started to find
Steps to Reproduce
Click on user field area
Type name or email of user1
Select the user from a suggestion list
Click on user field area again
Type name or email of user2
The suggestions list is empty
Submission Guidelines
It looks like, that the issue occurs because _listContainsPersona function which is using for filtering of suggestion list works with primaryText propery, but the items of users don't have this property(see for example on creation of a user item in _thisLoadUsers function)
Category
[ ] Enhancement
[ X ] Bug
[ ] Question
Version [ v.1.8.0 ]
Expected / Desired Behavior / Question
When I select some user in PeoplePicker and trying to find another one in order to add one more user, a suggestion list is empty instead of showing a list of users which are related to what I've started to type.
Observed Behavior
The suggestion list always has to contain a number of users which have the same email/name(or ever role) that I started to type - started to find
Steps to Reproduce
The suggestions list is empty
Submission Guidelines
It looks like, that the issue occurs because _listContainsPersona function which is using for filtering of suggestion list works with primaryText propery, but the items of users don't have this property(see for example on creation of a user item in _thisLoadUsers function)
primaryText properties here are undefined
It's a peace of _thisLoadUsers function. Here is no primaryText defined
Thanks!
The text was updated successfully, but these errors were encountered: