wangeditor-team / wangEditor-v5

wangEditor v5
https://github.com/wangeditor-team/wangEditor
MIT License
153 stars 41 forks source link

【测试】和 antd elementUI 的 form 表单是否冲突 #120

Closed wangfupeng1988 closed 3 years ago

wangfupeng1988 commented 3 years ago

问题描述

如题,需要测试和 antd elementUI 的 form 表单是否冲突

参考 https://github.com/wangeditor-team/wangEditor/issues/2558https://github.com/wangeditor-team/wangEditor/issues/3201

wangEditor 版本

v5

wangfupeng1988 commented 3 years ago

回车触发antd proform自动提交 https://github.com/wangeditor-team/wangEditor/issues/3575

注意看看这个,在 V5 能否复现

a835100635 commented 3 years ago

1、element ui 的form表单测试(vue2) 无内容 image 有内容 image element ui 的form表单rules校验并没有冲突,blur,change等事件正常触发

a835100635 commented 3 years ago

1、react中出现这种情况,是因为react默认样式起了冲突,把它删除了就ok了 image image image

a835100635 commented 3 years ago

1、react antd form表单测试 无输入值时 image 输入值时,并点击提交按钮,都正常 image

a835100635 commented 3 years ago

react和vue 根据以往的issues测试以下结果

  1. #2558 添加
  2. #3201 vue中使用wangeditor以及elementui,正常通过rules进行表单校验,blur,change等事件正常在rules中触发
  3. #3575 react 项目中 回车触发antd proform不会自动提交