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
Found the problem. The hidden buttons are marked with "hidden" attribute which is not defined at any imported styles. If I remember correctly, it was (is?) included in one of the bootstrap imports (which I obviously do not use). I believe this is an easy fix to include into the styles, otherwise this dependency should be mentioned in the docs.
I am trying to reduce the number of buttons shown in the toolbar. I've tried it with V3.0.0-beta.0 as well as with V2.1.0 with no effect whatsoever.
Here is my config:
Here is the template
<angular-editor formControlName="body" [config]="editorConfig"></angular-editor>
I get no errors, no warning and alas full toolbar. Any ideas why this happens?
The text was updated successfully, but these errors were encountered: