JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.66k stars 307 forks source link

On the demo webpage, the input box is exposed. #1381

Closed kimindu closed 2 months ago

kimindu commented 2 months ago

On the demo webpage, the input box is exposed. Please look at the screenshot.

screen81448

sillycube commented 2 months ago

The same here. But I find the issue in my dev and prod site.

Monabbir-Ahmmad commented 2 months ago

This issue also occurs when using the package. It seems like you can temporarily fix the issue by adding the following CSS inside your global CSS file.

/* Hide input but leave it accessible*/
body div.se-container > input {
  display: none;
}
JiHong88 commented 2 months ago

Version 2.46.1 has been deploied. Thank you.