QuillJS doesn't work with textarea

前端 未结 4 565
天命终不由人
天命终不由人 2021-01-12 03:39

I am trying to use QuillJS on a specific form field in my Django 1.10 template as follows:



        
4条回答
  •  梦毁少年i
    2021-01-12 04:21

    You can use Quill with a div and sync the editor's content(Delta) with a hidden input field in the form.

    There is a Quill Form Submit example.

提交回复
热议问题