We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS thank you for a great library.
I'd like to show a placeholder with multiline content, but trumbowyg seems to lose the linebreaks.
https://jsfiddle.net/ojf0pmyw/30/
The text was updated successfully, but these errors were encountered:
This style hack seems to fix it, but not sure what else it may break:
<style> .trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before { white-space: break-spaces; } </style>
https://jsfiddle.net/25earns8/1/
Sorry, something went wrong.
85a9e66
Thank you for the fix :)
No branches or pull requests
PS thank you for a great library.
Description
I'd like to show a placeholder with multiline content, but trumbowyg seems to lose the linebreaks.
How to reproduce?
https://jsfiddle.net/ojf0pmyw/30/
The text was updated successfully, but these errors were encountered: