Skip to content

Commit

Permalink
#6297 - d.ts & apidoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Apr 8, 2024
1 parent 66c7c64 commit d23eacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -23020,7 +23020,7 @@
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"default": "false",
"description": "When the panel is opened, it specifies that the filter input should focus automatically."
},
{
Expand Down
2 changes: 1 addition & 1 deletion components/lib/dropdown/dropdown.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export interface DropdownProps extends Omit<React.DetailedHTMLProps<React.InputH
filterClearIcon?: IconType<DropdownProps> | undefined;
/**
* When the panel is opened, it specifies that the filter input should focus automatically.
* @defaultValue true
* @defaultValue false
*/
filterInputAutoFocus?: boolean | undefined;
/**
Expand Down

0 comments on commit d23eacd

Please sign in to comment.