Greetings,
I am having issues importing and updating a code component.
The component works as expected in the test harness and shows in the dropdown the space I would like, here is the snippet:
<property name="myProperty"
display-name-key="My Property"
description-key="My Property Description"
of-type="Enum"
usage="input"
required="false">
<value name="ABC"
display-name-key="ABC"
description-key="ABC Description"
default="true">0</value>
<value name="ABC 123"
display-name-key="ABC 123"
description-key="ABC 123 Description">1</value>
</property>
After too much searching around the net I finally found this issue on this board. The issue I am having is with the ENUM value name, it seem that the value cannot have a space in it.
The question I have is how can I have a space in the dropdown? I have tried %20, and   - all fail trying to import the component. A space, and   all works as I would expect in the test harness.
If there is a different property that would give me a dropdown, I am open to that as well.
Cheers