Closed bob-white closed 8 years ago
That works for me.
So far my use case has been isolated to doing a one way binding of collection > menu. So I hadn't even noticed that a 2-way would mutate the collection's types and contents.
Updated the PR with your changes.
What would you say to this instead?:
That way the collection remains the same. TextScrollList is a bit wierd because we know the collection has to be text. Going with the originals would means you get back MenuItem instances when you iterate over the colllection. What's the expected behavior there?