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

🐛[BUG]ProFormCascader组件在readonly是label显示错误 #8710

Open
zgf-1129 opened this issue Sep 9, 2024 · 2 comments
Open

🐛[BUG]ProFormCascader组件在readonly是label显示错误 #8710

zgf-1129 opened this issue Sep 9, 2024 · 2 comments

Comments

@zgf-1129
Copy link

zgf-1129 commented Sep 9, 2024

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']} />
6AA265B3-7F4E-4663-B0D5-3C70ED3EF248

🏞 期望结果

期望显示:浙江/杭州/西湖

@markwei19960204
Copy link

同样希望,最后你是如何实现的

@Yzzzed
Copy link

Yzzzed commented Dec 25, 2024

同样问题。

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

3 participants