From e5d64b14e6541cc1791450387b749b180cfb1fa9 Mon Sep 17 00:00:00 2001 From: zytjs Date: Thu, 16 May 2019 16:03:15 +0800 Subject: [PATCH] Update index.zh-CN.md --- 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 33b57bfdd0..12c248df51 100644 --- a/components/select/index.zh-CN.md +++ b/components/select/index.zh-CN.md @@ -55,7 +55,7 @@ title: Select | menuItemSelectedIcon | 自定义当前选中的条目图标 | ReactNode | - | | tokenSeparators | 在 tags 和 multiple 模式下自动分词的分隔符 | string\[] | | | value | 指定当前选中的条目 | string\|string\[]\
number\|number\[]\
LabeledValue\|LabeledValue[] | - | -| onBlur | 失去焦点的时回调 | function | - | +| onBlur | 失去焦点时回调 | function | - | | onChange | 选中 option,或 input 的 value 变化(combobox 模式下)时,调用此函数 | function(value, option:Option/Array<Option>) | - | | onDeselect | 取消选中时调用,参数为选中项的 value (或 key) 值,仅在 multiple 或 tags 模式下生效 | function(string\|number\|LabeledValue) | - | | onFocus | 获得焦点时回调 | function | - |