CollectionView shows empty items when DataTemplateSelector is used. Happens only on UWP
CollectionView shows views defined by templates returned by DataTemplateSelector
CollectionView shows empty items

/cc @hartez
Thanks for the repro sample. I am able to reproduce the problem. Some details:
@jsuarezruiz Thanks for checking, yes i noticed OnSelectTemplate is not called at all.
Btw, a/listview label is wrong. It should be a/collectionvview
Well, I wouldn't exactly call it a "bug", so much as a "thing we haven't implemented yet".
Okay, it's in progress: #6918
@hartez Thanks!