form-create icon indicating copy to clipboard operation
form-create copied to clipboard

input 后缀为选择框无法选值

Open catandrat111 opened this issue 4 years ago • 1 comments

@form-create/[email protected] element-ui: 2.15.1

{ type: 'input', field: 'dixiaomoney', title: 'sss', value: 'qq', validate: [{ type: 'string', required: true, message: '请输入名称' }], suffix: { type: 'select', field: 'select1', value: null, children: [ { validate: [{ required: true, message: '请选择名称' }], props: { multiple: false }, options: [ { value: '1', label: '低消用量' }, { value: '2', label: '低消金额' } ] } ] } 选择框无法选值 报 Missing required prop: "value"

catandrat111 avatar May 07 '21 12:05 catandrat111

目前组件的前缀,后缀还不支持表单组件

xaboy avatar May 10 '21 04:05 xaboy