仅对图像进行Quill编辑器验证不起作用

时间:2019-08-14 13:19:05

标签: angular typescript validation quill

我的quill editor项目中有一个angular

  <quill-editor
        [modules]="options"
        placeholder="{{'PLACEHOLDER_QUILL_EDITOR' | translate}}"
        [required]="true"
        (onContentChanged)="onChange($event)"
        formControlName="text">
  </quill-editor>

没有任何输入,它可以按预期工作: enter image description here

如果有任何文本作为输入,它也可以工作: enter image description here

但是,如果只有图像和/或表情符号,则无法使用: enter image description here enter image description here

如果我在图片之外添加文字,它将再次起作用: enter image description here

有什么想法为什么图像/表情符号不算作(有效)输入?我必须更改/添加什么才能使其正常工作?

0 个答案:

没有答案