We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948727a commit 8dc62f5Copy full SHA for 8dc62f5
components/vc-select/Selector/MultipleSelector.tsx
@@ -59,8 +59,8 @@ const props = {
59
60
maxTagCount: PropTypes.number,
61
maxTagTextLength: PropTypes.number,
62
- maxTagPlaceholder: PropTypes.any.def(
63
- (omittedValues: LabelValueType[]) => `+ ${omittedValues.length} ...`,
+ maxTagPlaceholder: PropTypes.any.def(() => (omittedValues: LabelValueType[]) =>
+ `+ ${omittedValues.length} ...`,
64
),
65
tagRender: PropTypes.func,
66
0 commit comments