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 Apr 6, 2023
1 parent 58ce55c commit f0b0352
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2126,8 +2126,8 @@
"optional": true,
"readonly": false,
"type": "IconType<AutoCompleteProps>",
"default": "pi pi-chevron-down",
"description": "Icon class of the dropdown icon."
"default": "",
"description": "Icon of the dropdown."
},
{
"name": "dropdownMode",
Expand Down Expand Up @@ -2209,6 +2209,14 @@
"default": "",
"description": "Template of a list item."
},
{
"name": "loadingIcon",
"optional": true,
"readonly": false,
"type": "IconType<AutoCompleteProps>",
"default": "",
"description": "Icon of the loader."
},
{
"name": "maxLength",
"optional": true,
Expand Down Expand Up @@ -2302,7 +2310,7 @@
"optional": true,
"readonly": false,
"type": "IconType<AutoCompleteProps>",
"default": "pi pi-times-circle",
"default": "",
"description": "Icon of the remove chip element in multiple mode."
},
{
Expand Down

0 comments on commit f0b0352

Please sign in to comment.