SPARK Support
Text Area was bound to a string with text “default awofieg” and what displayed was “<p>default awofieg</p>”
The Text Area doesn’t escape HTML by design. The bound string must instead have originally contained “<p>default awofieg</p>” and the Text Area rendered it as such. Binding the Text Area control with a string that doesn’t contain HTML characters should not manifest the reported behavior. And if it does, it’s a bug. And if it’s a bug, we would like to see it!