zytjs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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<Option>) | - | |
|
|
|
| onDeselect | 取消选中时调用,参数为选中项的 value (或 key) 值,仅在 multiple 或 tags 模式下生效 | function(string\|number\|LabeledValue) | - | |
|
|
|
| onFocus | 获得焦点时回调 | function | - | |
|
|
|