You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()());
The text was updated successfully, but these errors were encountered:
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()());
The text was updated successfully, but these errors were encountered: