Skip to content

Commit

Permalink
fix(TagInput): tagProps should effect minCollapseNum tag (#3260)
Browse files Browse the repository at this point in the history
* fix(TagInput): tagProps should effect minCollapseNum tag

* chore: fix lint
  • Loading branch information
uyarn authored Aug 3, 2024
1 parent 4d7465f commit 805bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tag-input/useTagList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function useTagList(props: TdTagInputProps, context: SetupContext
});
list.push(
more ?? (
<Tag key="more" size={size.value}>
<Tag key="more" size={size.value} props={tagProps.value}>
+{len}
</Tag>
),
Expand Down

0 comments on commit 805bbf8

Please sign in to comment.