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
@Satz007
Sorry for late reply.
Because Multiple textarea initialization with same class name is not supported, Please initialize the number of textarea as shown in the code below.
Multiple textarea initialization with same class name is not happening?
HTML
Javascript:
window.addEventListener('DOMContentLoaded',function(){
var editor = new LiteEditor('.js-lite-editor');
});
Issue:
Only one textarea is getting initialized. other one is not initialized.
The text was updated successfully, but these errors were encountered: