Open
Description
I'm submitting a bug report
- Library Version:
2.0.2
Please tell us about your environment:
-
Operating System:
OSX 10.14.1 -
Browser:
all | Chrome | Safari -
Language:
TypeScript 3.1.6
Current behavior:
Unable to hide Buttons with provided options:
this.editorOptions = { hiddenButtons: ['cmdUrl', 'cmdImage', 'cmdCode', 'cmdPreview']};
Disable Buttons with options works as expected:
this.editorOptions = { disabledButtons: ['cmdUrl', 'cmdImage', 'cmdCode', 'cmdPreview']};
Expected/desired behavior:
Hide Buttons as expected
Metadata
Metadata
Assignees
Labels
No labels