diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 2e08e993df..4f98e6c2fe 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -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." }, { diff --git a/components/lib/dropdown/dropdown.d.ts b/components/lib/dropdown/dropdown.d.ts index 2381f21566..580a4a8ba3 100644 --- a/components/lib/dropdown/dropdown.d.ts +++ b/components/lib/dropdown/dropdown.d.ts @@ -326,7 +326,7 @@ export interface DropdownProps extends Omit | undefined; /** * When the panel is opened, it specifies that the filter input should focus automatically. - * @defaultValue true + * @defaultValue false */ filterInputAutoFocus?: boolean | undefined; /**