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 Oct 10, 2023
1 parent 4d7fc00 commit fa9d1a3
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 @@ -41439,6 +41439,14 @@
"props": {
"description": "Defines valid properties in SelectButton component. In addition to these, all properties of HTMLDivElement can be used in this component.",
"values": [
{
"name": "allowEmpty",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Whether selection can not be cleared."
},
{
"name": "ariaLabelledBy",
"optional": true,
Expand Down

0 comments on commit fa9d1a3

Please sign in to comment.