Hi all,
I'm trying to use a combo box so that users can search for other staff in my organisation, and select their name.
I have set the DisplayFields and SearchFields property to ["DiaplyName"] each.
Now if I associate the Items field with the text of a text box, it works exactly as intended. My search in the text gradually limits the items until one remains, searching all users.
Items = Office365Users.SearchUser({searchTerm: text_title.Text})
But this relies on a separate text box, I want to be able to do this with the Combo Box's own search box.
However, this only searches through a limited list retruend from Office365Users. It seems the combo box Items auto populates with a limited number of users, using a textbox search, searches through all users in the orga, using the combo box's own search, it looks only through the initial limited selection.
There's a couple of threads on this already, but they are all from 2018, and below says that this will be resolved by April 2018. But despite this I still can't solve the issue.
https://powerusers.microsoft.com/t5/Building-Power-Apps/People-Picker-filter/td-p/102675
Can someone advise if a solution is now available? It's very unprofessional to have 2 boxes, with 2 search fields when only one works and updates the items on another.