diff --git a/components/lib/dropdown/BaseDropdown.vue b/components/lib/dropdown/BaseDropdown.vue index 7099cd648..3d3681f39 100644 --- a/components/lib/dropdown/BaseDropdown.vue +++ b/components/lib/dropdown/BaseDropdown.vue @@ -132,11 +132,11 @@ export default { }, highlightOnSelect: { type: Boolean, - default: false + default: true }, showTick: { type: Boolean, - default: true + default: false }, filterMessage: { type: String, diff --git a/components/lib/dropdown/Dropdown.d.ts b/components/lib/dropdown/Dropdown.d.ts index f99debf03..19140bb16 100755 --- a/components/lib/dropdown/Dropdown.d.ts +++ b/components/lib/dropdown/Dropdown.d.ts @@ -436,12 +436,12 @@ export interface DropdownProps { focusOnHover?: boolean | undefined; /** * Whether the selected option will be add highlight class. - * @defaultValue false + * @defaultValue true */ highlightOnSelect?: boolean | undefined; /** * Whether the selected option will be shown with a tick. - * @defaultValue true + * @defaultValue false */ showTick?: boolean | undefined; /** diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index e7139bfb3..eae033521 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -24267,7 +24267,7 @@ "optional": true, "readonly": false, "type": "boolean", - "default": "false", + "default": "true", "description": "Whether the selected option will be add highlight class." }, { @@ -24275,7 +24275,7 @@ "optional": true, "readonly": false, "type": "boolean", - "default": "true", + "default": "false", "description": "Whether the selected option will be shown with a tick." }, { diff --git a/error.vue b/error.vue index 410058f6b..77ff64319 100644 --- a/error.vue +++ b/error.vue @@ -14,3 +14,61 @@ +