vue-ele-form icon indicating copy to clipboard operation
vue-ele-form copied to clipboard

基于element-ui的数据驱动表单组件

Results 15 vue-ele-form issues
Sort by recently updated
recently updated
newest added

ele-form-section 中 加载的表格的checkbox无法显示完整 ele-form-section dynamic 动态表单 checkbox,radio 无法显示完整 ele-form-section :sections="sections" 里面设置动态表单和表格 type设置为checkbox 和radio的type ![image](https://user-images.githubusercontent.com/40510611/101138642-6fbc7180-364b-11eb-8230-d646f6c1c695.png)

## Question(提问) eleFormCascader无法获取到placeholder 为undifined #### Steps to reproduce(问题复现步骤) 1.请看下面复现demo #### Screenshot or Gif(截图或动态图) ![image](https://user-images.githubusercontent.com/14261751/100464334-63468f00-3108-11eb-902a-55d43154b2a6.png) #### Link to minimal reproduction(最小可在线还原demo) https://codesandbox.io/s/mystifying-leaf-pkptd?file=/src/App.vue:4317-4321 #### Other relevant information(格外信息) - Vue version:2.6 - ElementUI version:2.14...

## Bug report(问题描述) no.change事件拿不到回调中的val 目前已知0.8.12是可以拿到结果的 #### Steps to reproduce(问题复现步骤) 1.在初始化时动态增加了ele-form-cascader的content.no.change事件 在内部调用当前组件的内部方法 2.0.8.12 和0.8.30 版本均能触发change事件 但是只有0.8.12版本能拿到val值 0.8.30和最新版本都拿不到val值 #### Screenshot or Gif(截图或动态图) 0.8.12 结果: ![image](https://user-images.githubusercontent.com/14261751/100443185-2b2d5500-30e4-11eb-8dc2-4eb378573507.png) 0.8.30 结果: ![image](https://user-images.githubusercontent.com/14261751/100443632-071e4380-30e5-11eb-81fa-14d5730bd023.png) #### Link to minimal...

## Bug report(问题描述) select组件, 下拉选项通过prop映射成非默认的text 和 value 的时候, 设置options的 attrs: {disabled: true} 不生效 #### Steps to reproduce(问题复现步骤) 如下图 #### Screenshot or Gif(截图或动态图) #### Link to minimal reproduction(最小可在线还原demo) #### Other relevant...

这个判断 [] !== [] 有问题的