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

el-select 组件作为 upsert 的成员,无法把options里的disable属性渲染出来 #91

Closed
xinnix opened this issue Sep 4, 2023 · 2 comments

Comments

@xinnix
Copy link

xinnix commented Sep 4, 2023

框架默认只渲染label和value

@xinnix
Copy link
Author

xinnix commented Sep 4, 2023

目前的解决方案是,用万能组件

Form.value?.open({
items: [
{
label: "昵称",
prop: "name",
component: {
name: "slot-name"
}
}
]
});

@icssoa
Copy link
Collaborator

icssoa commented Dec 1, 2023

okk,优化下

框架默认只渲染label和value

@icssoa icssoa closed this as completed Dec 1, 2023
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

2 participants