Browse Source

docs: Update menuItemSelectedIcon desc of Select

close #17360
pull/17377/head
zombiej 5 years ago
parent
commit
12c577d386
  1. 2
      components/select/index.en-US.md
  2. 2
      components/select/index.zh-CN.md

2
components/select/index.en-US.md

@ -51,7 +51,7 @@ Select component to select value from options.
| suffixIcon | The custom suffix icon | ReactNode | - |
| removeIcon | The custom remove icon | ReactNode | - |
| clearIcon | The custom clear icon | ReactNode | - |
| menuItemSelectedIcon | The custom menuItemSelected icon | ReactNode | - |
| menuItemSelectedIcon | The custom menuItemSelected icon with multiple options | ReactNode | - |
| tokenSeparators | Separator used to tokenize on tag/multiple mode | string\[] | |
| value | Current selected option. | string\|string\[]\<br />number\|number\[]\<br />LabeledValue\|LabeledValue[] | - |
| onBlur | Called when blur | function | - |

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

@ -52,7 +52,7 @@ title: Select
| suffixIcon | 自定义的选择框后缀图标 | ReactNode | - |
| removeIcon | 自定义的多选框清除图标 | ReactNode | - |
| clearIcon | 自定义的多选框清空图标 | ReactNode | - |
| menuItemSelectedIcon | 自定义当前选中的条目图标 | ReactNode | - |
| menuItemSelectedIcon | 自定义多选时当前选中的条目图标 | ReactNode | - |
| tokenSeparators | 在 tags 和 multiple 模式下自动分词的分隔符 | string\[] | |
| value | 指定当前选中的条目 | string\|string\[]\<br />number\|number\[]\<br />LabeledValue\|LabeledValue[] | - |
| onBlur | 失去焦点时回调 | function | - |

Loading…
Cancel
Save