xaboy / form-create

:fire::fire::fire: 强大的低代码动态表单组件,通过数据驱动表单渲染,适配移动端,支持可视化设计。提高开发者对表单的开发效率。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。
https://www.form-create.com/
MIT License
5.97k stars 960 forks source link

componentValidate在element-ui@3.1.27中不能触发自定义组件中的 formCreateValidate 方法 #673

Closed yunabc closed 6 months ago

yunabc commented 7 months ago

@form-create/element-ui": "^3.1.27"

组件内部验证 在@form-create/ant-design-vue 3.1.27中生效(文档中的示例用的ant-design-vue),但是在element-ui@3.1.27中失效,不能触发自定义组件内部的formCreateValidate方法 effect: { componentValidate: true }