From bee633d5d22b6b123671555a09d5b835b64a0e98 Mon Sep 17 00:00:00 2001 From: liangfeng_wang Date: Thu, 31 Oct 2024 14:40:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[city-picker]=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E9=9D=A2=E6=9D=BF=E5=85=B3=E9=97=AD=E9=80=BB?= =?UTF-8?q?=E8=BE=91=20fix=20#925?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/city-picker/city-picker.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/city-picker/city-picker.tsx b/components/city-picker/city-picker.tsx index 7e582a91..9cf20e5e 100644 --- a/components/city-picker/city-picker.tsx +++ b/components/city-picker/city-picker.tsx @@ -518,6 +518,7 @@ const InternalSelect: React.ForwardRefRenderFunction = (props: defaultVisible: optionShow, visible: optionShow, onVisibleChange: handleVisibleChange, + clickToClose: !searchValue, onTransitionEnd: () => { if (optionShow === false) { handleClear()