From a0a3c52132ea78045b03e381a734f2722a689c99 Mon Sep 17 00:00:00 2001 From: "jin.chang" <2475477667@qq.com> Date: Fri, 28 Feb 2025 07:23:05 +0800 Subject: [PATCH] Update index.zh-CN.md Add prompt information for showSearch --- components/select/index.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/select/index.zh-CN.md b/components/select/index.zh-CN.md index bb8be2a13..a8ea28eeb 100644 --- a/components/select/index.zh-CN.md +++ b/components/select/index.zh-CN.md @@ -86,7 +86,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*5oPiTqPxGAUAAA | mouseenter | 鼠标移入时回调 | function | | mouseleave | 鼠标移出时回调 | function | | popupScroll | 下拉列表滚动时的回调 | function | -| search | 文本框值变化时回调 | function(value: string) | +| search | 文本框值变化时回调(需要设置 filterOption 为 false) | function(value: string) | | select | 被选中时调用,参数为选中项的 value (或 key) 值 | function(value, option:Option) | ### Select Methods