• SPARK Support
    October 8, 2015 at 1:02 pm #820

    Text Area was bound to a string with text “default awofieg” and what displayed was “<p>default awofieg</p>”

    October 8, 2015 at 1:33 pm #828

    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!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search