Browse Source

Update index.zh-CN.md

pull/16621/head
zytjs 6 years ago
committed by GitHub
parent
commit
e5d64b14e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/select/index.zh-CN.md

2
components/select/index.zh-CN.md

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

Loading…
Cancel
Save