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
If you have an editor with initOnClick: true and ngModel content, the content is not shown before clicking the editor.
This is a regression between 2.7.6 and 3.0.6, it was previously fixed as part of #164 but it seems like the fix got lost when rewriting for Froala 3.
Affects versions: 3.0.6
Steps to reproduce:
Expected results: The ngModel value should be presented without clicking on the editor
Actual results: The ngModel value is not presented unless you click and initialize the editor
The text was updated successfully, but these errors were encountered:
Added sample for initOnClick: true to the demo
f37efed
In order to get a good reproduction case for froala#223
Fix ngModel rendering when initOnClick: true
c3e573e
Resolves froala#223 by setting the ngModel view value to the fr-view element if the editor is not initialized.
No branches or pull requests
If you have an editor with initOnClick: true and ngModel content, the content is not shown before clicking the editor.
This is a regression between 2.7.6 and 3.0.6, it was previously fixed as part of #164 but it seems like the fix got lost when rewriting for Froala 3.
Affects versions: 3.0.6
Steps to reproduce:
Expected results: The ngModel value should be presented without clicking on the editor
Actual results: The ngModel value is not presented unless you click and initialize the editor
The text was updated successfully, but these errors were encountered: