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 Mar 20, 2024
1 parent 5358503 commit 765dd48
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 @@ -31763,7 +31763,7 @@
"name": "autoOptionFocus",
"optional": true,
"readonly": false,
"type": "false",
"type": "boolean",
"default": "false",
"description": "Whether to focus on the first visible or selected element."
},
Expand Down Expand Up @@ -31871,6 +31871,14 @@
"default": "",
"description": "When specified, filter displays with this value."
},
{
"name": "focusOnHover",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "When enabled, the focus is placed on the hovered option."
},
{
"name": "invalid",
"optional": true,
Expand Down Expand Up @@ -31995,9 +32003,9 @@
"name": "selectOnFocus",
"optional": true,
"readonly": false,
"type": "false",
"type": "boolean",
"default": "false",
"description": "When enabled, the focused tab is activated."
"description": "When enabled, the focused option is selected."
},
{
"name": "tooltip",
Expand Down

0 comments on commit 765dd48

Please sign in to comment.