mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
fix: select maxTagPlaceholder display error #3085
This commit is contained in:
parent
948727a2ef
commit
8dc62f59bb
@ -59,8 +59,8 @@ const props = {
|
||||
|
||||
maxTagCount: PropTypes.number,
|
||||
maxTagTextLength: PropTypes.number,
|
||||
maxTagPlaceholder: PropTypes.any.def(
|
||||
(omittedValues: LabelValueType[]) => `+ ${omittedValues.length} ...`,
|
||||
maxTagPlaceholder: PropTypes.any.def(() => (omittedValues: LabelValueType[]) =>
|
||||
`+ ${omittedValues.length} ...`,
|
||||
),
|
||||
tagRender: PropTypes.func,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user