el-form-renderer icon indicating copy to clipboard operation
el-form-renderer copied to clipboard

🎩A data-driven dynamic and complex form solution

Results 10 el-form-renderer issues
Sort by recently updated
recently updated
newest added

## Docs 更新文档,修改错误的注释,增加demo 代码

https://github.com/FEMessage/el-data-table/issues/181

help wanted

用组合 api 似乎失去了响应式。

![image](https://user-images.githubusercontent.com/60835132/163542748-1b8c94ff-b32e-4181-9273-402309c7c51d.png) ![image](https://user-images.githubusercontent.com/60835132/163542907-f36a2325-f7b1-485d-8641-fb1d2ab3847f.png)

use class and css: or like this: ![image](https://user-images.githubusercontent.com/9384365/155097440-8bc6bdea-daf8-4313-8f80-a13fdef2835c.png) ![image](https://user-images.githubusercontent.com/9384365/155097517-59702db6-344b-497a-864c-1b130c492559.png)

has answered

## Why el支持传方法,根据其他字段的值来动态设置props属性 ## How Describe your steps: 1. one step 2. two step... You may use xmind or other mind map to show you logic ## Test ![WX20220901-183018@2x](https://user-images.githubusercontent.com/15722142/187894307-299fd27b-7b9b-4696-81b2-9a3fde708d44.png) ##...

## Why type=group下子元素的change等事件中无法正确拿到updateForm方法 ## How Describe your steps: [ { type: 'group', items: [ { label: 'test', id: 'test', type: 'input', on: { change: (e, updateForm) => {} } }...

![image](https://github.com/FEMessage/el-form-renderer/assets/18414430/5e448226-ef59-4031-96ea-3125d9f283da) 如题,element的这种动态增减表单项

例如设置 { type: "input", id: "UE.Imsi", label: "IMSI"}, id UE.Imsi为内嵌属性。通过updateForm设置表单的数据 this.$refs.dialog.$once('opened', () => { this.$refs.form.updateForm(formValue) }) 最终报错:Error in mounted hook: "Error: please transfer a valid prop path to form item!"...

很长时间没有更新了,还活着么