React ckeditorでvalueの取得
いつも通りe.target.valueで取得してbindやら色々しようと思ってたらundefinedで取れない、、、
1 2 3 4 5 6 7 8 9 10 |
<CKEditor id='editor' name="contents onChange={handleChange} /> const handleChange = (e) =&gt; { console.log(e.editor.getData()) } |
1 2 3 4 5 6 |
これで取れる インストールとかは公式から https://ckeditor.com/docs/ckeditor4/latest/guide/dev_react_v1.html |
この投稿へのトラックバック
トラックバックはありません。
- トラックバック URL
この投稿へのコメント