Skip to content

Commit

Permalink
fix: primefaces#7037, Dropdown: Cannot change icon when expanding or …
Browse files Browse the repository at this point in the history
…collapsing options
  • Loading branch information
ANTONA09 committed Aug 13, 2024
1 parent dfad4ff commit 58f860d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -23172,6 +23172,14 @@
"default": "",
"description": "Icon of the dropdown."
},
{
"name": "collapseIcon",
"optional": true,
"readonly": false,
"type": "IconType<DropdownProps>",
"default": "",
"description": "Icon of the collapse action."
},
{
"name": "editable",
"optional": true,
Expand Down

0 comments on commit 58f860d

Please sign in to comment.