I'm trying to add CDS Option set of US States to a combo box because I want to make it searchable but for some reason when I try to turn on search by either flipping the Allow Search button or setting IsSearchable= true, the control is setting it back to false on it's own.
For the items property of the combo box box I'm using Choices('US States') US States is the option set name in CDS
I am having the same issue with pretty much the same list. I have a CDS Entity field with a custom option set for US states and territories and the IsSearchable property won't stay on "true". It's staying on true for all of the other drop downs on my form that need to be searchable. All of the other help article solutions seem to focus on the data source as the problem (as in they're using a SharePoint list instead of an option set). My list has 59 items on it.
Hi@Edrei1,
Based on the issue that you mentioned, do you want to make the option sets allow searching within the Combo Box?
Could you please share a bit more about the scenario, do you generate the app based on the entity?
I have a test to reproduce your scene and the issue is confirmed on my side.
So far as I know, "Allow searching" is disabled by default if the Combo Box is populated with the Option set from CDS.
I also have already tested that the other data types from SharePoint and One Drive work great with the Combo Box. Even that I put a simple Table within the Items property of the Combo Box as follows, it works great with the "Allow searching".
["1","2","3"]
If you generate the app based on the entity, you could see that the SearchFields and DisplayFields are set to ["Value"] by default.
And for the SearchField, you even could not change it. It is grey and disabled.
In a word, you could not use the Searchable function for the Combo Box populated with the Option set.
If you don't have a compelling need for CDS, you might consider using SharePoint as your data source.
Currently, "Allow searching" for the Option set within the Combo Box is not supported in PowerApps.
If you would like this feature to be improved within PowerApps, please submit an idea to PowerApps Ideas Forum:
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
Hope it could help.
Best Regards,
Qi
User | Count |
---|---|
183 | |
108 | |
88 | |
44 | |
43 |
User | Count |
---|---|
226 | |
108 | |
105 | |
68 | |
68 |