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
<Field type="string" enum={intersectionData} title="people" name="people" // x-component='select' x-component-props={{ labelInValue: true }} />
正常显示
当设置labelInValue: true的时候,选中的值在只读模式显示为N/A,下拉框为多选的时候,只读模式显示为空 编辑模式: 只读模式:
@formily/antd@1.0.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction link
Steps to reproduce
<Field
type="string"
enum={intersectionData}
title="people"
name="people"
// x-component='select'
x-component-props={{ labelInValue: true }}
/>
What is expected?
正常显示
What is actually happening?
当设置labelInValue: true的时候,选中的值在只读模式显示为N/A,下拉框为多选的时候,只读模式显示为空
编辑模式:
只读模式:
Package
@formily/antd@1.0.5
The text was updated successfully, but these errors were encountered: