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
Yes this would be great. Alternatively, is there a good way to scope the bootstrap CSS to just the component? Maybe I'm just dense but it seems incredibly difficult to figure this out.
Edit: Figured out how to scope Bootstrap at least. What I ended up doing ... copied bootstrap.css in to a local file in my project. Changed it to a .scss file and scoped it as described here: https://stackoverflow.com/a/55463420/1378823 and also set dialogsInBody to false in the ReactSummerNote config options.
Would it be possible to compile a version of summernote.js to use the lite version? The bootstrap dependencies clash with materialize.
As you can see summernote has a lite version without the bootstrap dependency.
https://summernote.org/getting-started/#without-bootstrap
The text was updated successfully, but these errors were encountered: