Hi! I'm trying to build a component in my component library that includes a searchable combo box. In the apps the component will be used with, the combo box will search and select choices from a sharepoint people column.
In my component I have an Table Input Property (cmbItems) temporarily set to Table({DisplayName:"John Smith",JobTitle:"Manager"}).
The temporary table allows me to set the Primary text (DisplayName), Secondary text (JobTitle) and SearchField (DisplayName) for the combo box.
In the app, cmbItems is set to Choices(SharepointList.PeopleColumn).
Everything works as expected for the first 20 or so items listed in the combo box, but the search text will not update the list. Put another way, I can probably find someone with the last name starting with "A", but the list doesn't update if I'm looking for someone further down the alphabet.
I feel like I'm missing a connection somewhere.
Thanks for reading. Jerry

Report
All responses (
Answers (