Canvas edit fields don't clear when I click off them
When I finish editing a text field and click off the field, the textbox doesn't disappear. When clicking on another editable field, the value changes to the previously edited field. Could someone let me know what I might be doing wrong here. The code from the template is as follows:
Canvas edit fields don't clear when I click off them
When I finish editing a text field and click off the field, the textbox doesn't disappear. When clicking on another editable field, the value changes to the previously edited field. Could someone let me know what I might be doing wrong here. The code from the template is as follows:
<umbraco:Item field="column1Value" xsltDisableEscaping="true" insertTextBefore="<span class="valueNumber">" insertTextAfter="</span></p>" runat="server"></umbraco:Item>
Hi Steve,
Did you get a way around this? I am having the same issue?
is working on a reply...