When my combobox is disabled it doesn't show the correct values. It shows the number of items instead. When i flip to edit mode the values display fine.
- The Combobox is serving as a people picker with multiple values.
- Items:
Office365Users.SearchUser({searchTerm: Self.SearchText,top:10})
- DefaultSelectedItems:
ForAll(
dc_RiskOwners.SelectedItems,
{
Claims:"i:0#.f|membership|" & Lower(LookUp(Office365Users.SearchUserV2({searchTerm:ThisRecord.DisplayName}).value, DisplayName = ThisRecord.DisplayName).Mail),
Department:"",
DisplayName: ThisRecord.DisplayName,
Email: "",
JobTitle:"",
Picture:""
}
)
- When disabled looks like this:
- When in edit mode the same field looks like this as it should:
How do I get the names to show in the disabled mode in a similar manner to the edit mode? I get it that it won't be the same but at least if the names could be readable.

Report
All responses (
Answers (