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
When I change the demo to bind to a div and set html to an initial value it doesn't show the initial value in the editor. Works on the text area binding.
var viewModel = {
html: ko.observable( '<b>test</b>' ),
options: {
// disable wrapping content with paragraphs
// instead <br> will be used
enter: FroalaEditor.ENTER_DIV,
theme: 'gray',
}
When I change the demo to bind to a div and set html to an initial value it doesn't show the initial value in the editor. Works on the text area binding.
The text was updated successfully, but these errors were encountered: