Forum Discussion
_JamesB
6 years agoFrequent Visitor
Visual retains old data on update
Hi There, I'm having an issue with a custom visual that I am developing. As far as I can tell there's no real difference from a previous visual that I created that doesn't suffer from this issue...
_JamesB
6 years agoFrequent Visitor
I worked out what was wrong as I read through the post to check for spelling.
You shouldn't append two different objects (in my case rect and text) to the same group with the same data bound to it. Splitting the two object types into two different groups solved the issue.
Thanks,
James