Hi,
Thanks for the awesome binding. Just found an issue where the text control initializes to the HTML source code instead of showing the formatted text.
The issue is in the binding line 26. Should use $(element).html(valueAccessor()()); instead of $(element).text(valueAccessor()());
Hi, Thanks for the awesome binding. Just found an issue where the text control initializes to the HTML source code instead of showing the formatted text. The issue is in the binding line 26. Should use
$(element).html(valueAccessor()());
instead of$(element).text(valueAccessor()());