<br /> tags are getting removed while pasting in nicedit textarea

256 Views Asked by At

I am calling an instance of nicedit:

var st = new nicEditor({
  maxHeight: 220,
  texteditor: <%=raw @editor_trs.to_json%>
}).panelInstance('template_body');

Once this is done, I am doing copy paste of some string having <br /> tags. But while pasting these tags are removed.

Need help on preventing the tags while copy paste.

0

There are 0 best solutions below