Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

配置搜索条件select多选时(multiple:true)页面无法展示 #470

Open
qchtwbfn opened this issue Jul 10, 2024 · 0 comments
Open

Comments

@qchtwbfn
Copy link

配置代码如下:
{ prop: "test2", label: "多选,label超过一定的字数", isShow: false, search: { el: "select", props: { filterable: true,clearable: true,multiple: true, placeholder: '请选择' } }, enum: [{text: '选项1',value:"1"},{text: '选项2',value:"2"},{text: '选项3',value:"3"}], fieldNames: { label: "text", value: "value" } }
浏览器控制台输出错误如下:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant