I have a custom data model that has a few fields similar to this:
<property name="my:Property1">
<title>Property1</title>
<type>d:text</type>
<multiple>true</multiple>
</property>
The problem is that it is rendered as a single textbox in Share. Is there any control I can use within a form to manage a text property that allow multiple values?