I am trying to bind a TextArea.text property to the data property in an panel.
This works fine until I overrode the getter of panel data property, even with a simple override that does nothing but return super.data the binding seems to stop working. Once overriden if I set data although it updates correctly, the TextArea.text property does not get updated. Any thoughts on why and how to resolve this

