I have an App created from a SP List. The people picker allows only to select from a Group. It works fine, but I would like it to drop-down and have it show the members of that group to select. The way it works now is there is now drop-down. You just have to type in a name. How would I make this work, or do I have to make a new control? If so how do you connect new control back to the same field in the data set. Thx! Here is a picture of the field:
Hi @theBrianL ,
The default behavior of People Picker Combo box for SharePoint Person column is searching from the entire organization. It's good for large orgs that have a lot of users, because there is limitation for ComboBox control, it will only show less than 2000 items in dropdown list. And honestly, find a person from a list without searching is not user friendly.
Best regards,