Description
When you add a Static List property to a class you can specify:
- the list of allowed values
- the default value
Suppose you want to have the empty string as the default (allowed) value. You can't associate a label to it using the "values" meta property. If you try something like this:
=No value|Left|Right
you get an ArrayIndexOutOfBounds exception in StaticListClass because empty value is not expected in the "values" meta property.