From accea40ab21f1cd017d0bd6c97107d481d5b89d0 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Mon, 24 May 2021 16:34:52 +0800 Subject: [PATCH] fix: auto-complete filterOptions not work --- components/auto-complete/index.tsx | 2 +- v2-doc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/auto-complete/index.tsx b/components/auto-complete/index.tsx index 55b9b419e8..aa4a452779 100644 --- a/components/auto-complete/index.tsx +++ b/components/auto-complete/index.tsx @@ -28,7 +28,7 @@ const AutoComplete = defineComponent({ props: { ...AutoCompleteProps, prefixCls: PropTypes.string.def('ant-select'), - showSearch: PropTypes.looseBool.def(false), + showSearch: PropTypes.looseBool, transitionName: PropTypes.string.def('slide-up'), choiceTransitionName: PropTypes.string.def('zoom'), autofocus: PropTypes.looseBool, diff --git a/v2-doc b/v2-doc index d197053285..a7013ae87f 160000 --- a/v2-doc +++ b/v2-doc @@ -1 +1 @@ -Subproject commit d197053285b81e77718621c0b5b94cb3b21831a2 +Subproject commit a7013ae87f69dcbcf547f4b023255b8a7a775557