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
ProFormCascader组件在readonly=true时label显示错误,
<ProFormCascader request={async () => [ { value: 'hangzhou', label: '浙江', children: [ { value: 'hangzhou', label: '杭州', children: [ { value: 'hangzhou', label: '西湖', }, ], }, ], }, ]} name="areaList" readonly={true} label="区域" value={['hangzhou', 'hangzhou', 'hangzhou']} />
期望显示:浙江/杭州/西湖
The text was updated successfully, but these errors were encountered:
同样希望,最后你是如何实现的
Sorry, something went wrong.
同样问题。
No branches or pull requests
ProFormCascader组件在readonly=true时label显示错误,
<ProFormCascader request={async () => [ { value: 'hangzhou', label: '浙江', children: [ { value: 'hangzhou', label: '杭州', children: [ { value: 'hangzhou', label: '西湖', }, ], }, ], }, ]} name="areaList" readonly={true} label="区域" value={['hangzhou', 'hangzhou', 'hangzhou']} />
🏞 期望结果
期望显示:浙江/杭州/西湖
The text was updated successfully, but these errors were encountered: