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
Initially, when typing any content and checking the value with .trumbowyg('html'), it will return the empty string ''
The loaded Trumbowyg editor is not visibly populated by using .trumbowyg('html', '<p>Content</p>')
After setting the value with the above command, .trumbowyg('html') returns '<p>Content</p>'
How to reproduce?
Load Trumbowyg form via Ajax -> Manage Content with custom JS function
The text was updated successfully, but these errors were encountered:
OK, so it is broken. You're building the editor on something that differs from a textarea element... If you switch from your div to a textarea, it should work
Description
OS: Windows, MacOS
Browser: Chrome
Initially, when typing any content and checking the value with
.trumbowyg('html')
, it will return the empty string''
The loaded Trumbowyg editor is not visibly populated by using
.trumbowyg('html', '<p>Content</p>')
After setting the value with the above command,
.trumbowyg('html')
returns'<p>Content</p>'
How to reproduce?
Load Trumbowyg form via Ajax -> Manage Content with custom JS function
The text was updated successfully, but these errors were encountered: