tinymce / tinymce-blazor

Blazor integration
MIT License
45 stars 14 forks source link

Add ability to disable text editing #22

Closed rlebowitz closed 3 years ago

rlebowitz commented 3 years ago

I know that this can be done in pure JavaScript, but can there be a Blazor parameter added that would enable the user to disable the contenteditable of an individual Editor instance? We have a situation where we want to disable editing within a form and only enable it when the user clicks on an edit button. Seems like this wouldn't be too hard to add.

exalate-issue-sync[bot] commented 3 years ago

Ref: INT-2631

jscasca commented 3 years ago

@rlebowitz thanks for this suggestion. I opened #23 to address this, hope to merge soon

jscasca commented 3 years ago

This has been merged and released in v0.0.7.