Hello
I am using a multi line textbox - plain text control in a repeating section - when I save my data - the xml does not have the value of Description
Runtime
XML data in the sharepoint list column - I have set the column as a multi line text and as Plain text
I am using REST API call to populate the multi line text
NWF$(".myNounModifier .nf-repeater-row:last .charDescription").html(item.Definition);
<?xml version="1.0" encoding="utf-8"?>
<RepeaterData><Version />
<Items>
<Item>
<CharValue type="System.String"></CharValue>
<CharRequired type="System.String">Required</CharRequired>
<CharTitle type="System.String">Manufacturer</CharTitle>
<CharDescription type="System.String"></CharDescription>
</Item>
<Item>
<CharValue type="System.String"></CharValue>
<CharRequired type="System.String">Required</CharRequired>
<CharTitle type="System.String">Part Number</CharTitle>
<CharDescription type="System.String"></CharDescription>
</Item>
</Items>
</RepeaterData>
Any help is greatly appreciated
Thanks
kalpana