codex-team/editor.js
在 GitHub 查看can we display placeholder only when editor.js is not in readonly mode
Open
#2,495 建立於 2023年9月26日
good first issue
描述
can we display editor.js placeholder only when editor.js is not in readonly mode?
const editor = new EditorJS({
...
placeholder: 'Let`s write an awesome story!' <----- only display when readOnly is false.
...
});
Thank you.