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
Hi,
I need to enable and disable editing dynamically.
I try :editor-properties="{ editable: false}" but it's not pleasing.
If i understand, editor properties are added to constructor, and not dynamically, and toolbar is not disabled.
I think something like : :disabled="disabled"
The text was updated successfully, but these errors were encountered:
But it would also be nice to add styles, such as gray text and disable the toolbar as you mentioned. I will need to make disabled prop where everything will be included. Thanks for the idea.
Hi,
I need to enable and disable editing dynamically.
I try
:editor-properties="{ editable: false}"
but it's not pleasing.If i understand, editor properties are added to constructor, and not dynamically, and toolbar is not disabled.
I think something like :
:disabled="disabled"
The text was updated successfully, but these errors were encountered: