Open biladina opened 2 years ago
I'm running in exact the same issue on Mac OS X, using Boostrap 3.x.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm running in exact the same issue on Mac OS X, using Boostrap 3.x.
Same here, other widget seems fine thou. Any workaround for this?
I'm running in exact the same issue on Mac OS X, using Boostrap 3.x.
Same here, other widget seems fine thou. Any workaround for this?
Unfortunately not.
For now, I use the Yii2-Pell-Widget (https://github.com/coderius/yii2-pell-widget).
I just had the same issue, just added
SummernoteAsset::register($this);
to the view which calls the modal and it was fixed!!
The same here with Bootstrap 4.5. even the suggestion above doesn't work, thx @asbragax thou.
Prerequisites
master
branch of yii2-editors.Steps to reproduce the issue
Expected behavior and actual behavior
I try to use this plugin in bootstrap 4 modal, first time I open the modal, I get this error
Uncaught TypeError: $el.summernote is not a function
, but when I open the modal second time, its good..this is the first time I open the modal
and this is the second time I open the modal, summernote working good..
this is my code :
Environment
Browsers
Operating System
Libraries
Isolating the problem