Hello Suganya Sethuraman,
Thanks for your reply.
It seems that I did not phrase my question clearly.
Even when I changed the min target for Windows, I still get the error with getting what appears to be empty combobox when it is expanded. Unfortunately I can not replicate it in a demo app.
It works well for Android (and I expect for iOS - I have not been able to test it there yet). I have been given revised requrements. For iOS and Android I am to change the text color based on data associated with the entries in the combobox. However for UWP, the text color can stay as it is - black.
One way I thought of doing that is to have two comboboxes called AnI (for android and iOS) with a DataTemplateSelector and another called Win without a DataTemplateSelector. If I am on and Android or iOS device AnI would be visible and Win would be invisible. And if I am on a Windows device, then only the Win would be visible. I expect that should work.
However, I was wondering if there is a way to use the one ComboBox so that when I am on an Android or iOS device the DataTemplateSelector applies and when I am on a Windows device, the DataTemplateSelector is bypassed?
I appreciate your insight into this puzzle.
Regards,
Will Autio