Update index.zh-CN.md

Add prompt information for showSearch
pull/8048/head
jin.chang 2025-02-28 07:23:05 +08:00 committed by GitHub
parent b80bd37f6e
commit a0a3c52132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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