ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.62k stars 2.39k forks source link

Cascader组件希望增加选项自定义渲染的功能 #5719

Open luke358 opened 1 year ago

luke358 commented 1 year ago

Version of antd-mobile

5.22.0

What is this feature about?

Cascader组件希望增加选项自定义渲染的功能 (item: CascaderOption) => React.ReactNode 对于列表的每一项支持自定义

image

结果:

image
luke358 commented 1 year ago

这个是我把源码copy进行修改的,希望添加这个功能