Yi JiHong
Yi JiHong
First of all, the code now has a structure that is difficult for other developers to contribute. The structure is being improved in v3.0.0 version. I work for a company,...
`addTagsWhitelist: "fld|sort|sortType|lst|lstfld|header"` The "header" tag will not work properly. Replace it with another tag. Currently, it is difficult to properly use custom tags. It will be improved in v3.0.0.
https://github.com/mkhstar/suneditor-react
I will proceed later. I don't even have time to update the 3.0.0 version right now...
`editorInstance.getText()` 로 가지고올 수 있습니다. http://suneditor.com/sample/html/examples.html#functions
It is a feature of the browser that the keyboard automatically opens when the cursor is positioned at a new location. This is not a bug. If you don't want...
Yes, the focus should be maintained even when the More button is pressed. This is an unavoidable action.
Please try it. ``` { stickyToolbar: -1 } ```
Add to options. Disable stickyToolbar.
Um.. The "stickyToolbar" is fixed on top in the "absolute" position. Try positioning the top with "stickyToolbar". ``` { stickyToolbar: 50 } ```