[ValueDropdown] not working on List

Issue #142 resolved
maxstriebel created an issue

When I use the ValueDropdown Attribute on a List<string> Field it gives a an Error saying the provided ValueArray should be of Type List<string>[].

Code.PNGInspector.PNG

The expected Behaviour would be that each string Item in the List would be displayed as a Dropdown. Similar to the [PropertyRange] Attribute whitch also displayes each field in the List as a Slider instead of trying to display the whole List as a Slider.

Comments (2)

  1. Log in to comment