Angular wrapper for Jodit && Hey. Due to the fact that I do not use Angular in my projects, I cannot fix plugin errors in a timely manner. If you want the plugin to develop, send PR or better become a contributor
When called, "disableEditor()" should disable the wysiwyg. It currently does not.
My current work-around is to have two editors. One initialized with disabled = false, and one with disabled = true and use [hidden] to switch between the two as needed. Obviously not ideal.
Issue: After initialization, updating the config object's disabled property does not disable the editor.
Expectation:
When called, "disableEditor()" should disable the wysiwyg. It currently does not.
My current work-around is to have two editors. One initialized with disabled = false, and one with disabled = true and use [hidden] to switch between the two as needed. Obviously not ideal.