xaboy / form-create

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

adv@4 版本,type为textarea 时,fApi.resetFields()无效 #696

Closed zaxlct closed 4 months ago

zaxlct commented 4 months ago

rule 中,type 为 'textarea' 时,fApi.resetFields无效。type 改为 'input' 就正常

{ type: 'textarea', field: 'company_introduce', title: '公司简介', value: '' }

希望 textarea也有效果

zaxlct commented 4 months ago

"ant-design-vue": "^4.1.2" "@form-create/ant-design-vue": "^3.1.28",

zaxlct commented 4 months ago

就是textarea输入框中的内容没有被情况,type 改为 'input' 就正常了