ant-design/components/cascader/demo/suffix.md
Guo Yunhe 158b4c7539
Cascader and TreeSelect support prefix props (#51276)
* feat(TreeSelect): TreeSelect supports prefix prop

* feat(Cascader): Cascader supports prefix prop
2024-10-24 10:37:28 +08:00

8 lines
333 B
Markdown

## zh-CN
通过 `prefix` 自定前缀,通过 `suffixIcon` 自定义选择框后缀图标,通过 `expandIcon` 自定义次级菜单展开图标。
## en-US
Use `prefix` to customize the prefix content, use `suffixIcon` to customize the selection box suffix icon, and use `expandIcon` to customize the current item expand icon.