mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(components): [select-v2] add suffixIcon prop with default ArrowDown - Introduced a new `suffixIcon` prop to allow customization of the icon in the select component. - Updated the icon rendering logic to utilize the `suffixIcon` prop instead of a hardcoded value. * feat(docs): [select-v2] add suffix-icon prop for custom icon support - Added a new `suffix-icon` prop to the select component, allowing users to customize the suffix icon. - Updated documentation to reflect the new prop and its default value. * chore: add version --------- Co-authored-by: warmthsea <2586244885@qq.com>