ContextHolder Inspector not showing items of a Collection anymore

Issue #62 resolved
Christian Oeing repo owner created an issue

We've updated to 1.0.10 and since then the ContextHolder inspector doesn't show the items of a Collection anymore.

I captured a screenshot of the ContextHolder in the CollectionExampleUnity.scene.

issue_data_bind01.png

Comments (3)

  1. Christian Oeing reporter

    This got lost with a refactoring which should make the inspector more generic but instead excluded the Collection class from showing up. Now every IEnumerable<T> should be correctly visible and every ICollection<T> should have buttons to remove/add items.

  2. Log in to comment