Update index.zh-CN.md

This commit is contained in:
zytjs 2019-05-16 16:03:15 +08:00 committed by GitHub
parent 40836c2440
commit e5d64b14e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ title: Select
| menuItemSelectedIcon | 自定义当前选中的条目图标 | ReactNode | - |
| tokenSeparators | 在 tags 和 multiple 模式下自动分词的分隔符 | string\[] | |
| value | 指定当前选中的条目 | string\|string\[]\<br />number\|number\[]\<br />LabeledValue\|LabeledValue[] | - |
| onBlur | 失去焦点时回调 | function | - |
| onBlur | 失去焦点时回调 | function | - |
| onChange | 选中 option或 input 的 value 变化combobox 模式下)时,调用此函数 | function(value, option:Option/Array&lt;Option>) | - |
| onDeselect | 取消选中时调用,参数为选中项的 value (或 key) 值,仅在 multiple 或 tags 模式下生效 | function(string\|number\|LabeledValue) | - |
| onFocus | 获得焦点时回调 | function | - |