Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 6, 2025
1 parent f2f5d2a commit e17b072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3966,9 +3966,9 @@
"name": "selectedItemTemplate",
"optional": true,
"readonly": false,
"type": "null | string | Function",
"type": "ReactNode | Function",
"default": "",
"description": "Template of a selected item."
"description": "Template of a selected item. In multiple mode, it is used to customize the chips using a ReactNode. In single mode, it is used to customize the text using a string."
},
{
"name": "selectionLimit",
Expand Down

0 comments on commit e17b072

Please sign in to comment.