We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
配置代码如下: { 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" } } 浏览器控制台输出错误如下:
{ 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" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
配置代码如下:
{ 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" } }
浏览器控制台输出错误如下:
The text was updated successfully, but these errors were encountered: