-
Notifications
You must be signed in to change notification settings - Fork 536
Open
Labels
pending-no-confirmedThe direction of this issue has not yet been determined.The direction of this issue has not yet been determined.🐞bugSomething isn't workingSomething isn't working
Description
Prerequisites
-
There isn't an existing issue that reports the same bug to avoid duplicates.
-
The provided information offers a minimal reproducible example of the bug, (Why create a Minimal).
-
For Q&A, please open a GitHub Discussion instead.
Version
0.10.3
Reproduction Link
No response
Describe the Bug
根据文档描述,如果要把编辑器绑定到 textarea,需要设置 cherry_config.editor.id 参数为 textarea 的 id —— 实测无效,设置后并没有绑定到textarea,编辑器位置还是占据在最下方。
实测应该是要把 cherry_config.id 的值设置成 textarea 的 id 才能完成绑定。
System Information
Vue环境
<el-form-item label="内容" prop="content">
<div id="cherry-editor"></div>
</el-form-item>Contributing
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pending-no-confirmedThe direction of this issue has not yet been determined.The direction of this issue has not yet been determined.🐞bugSomething isn't workingSomething isn't working