Skip to content

Commit

Permalink
correct api
Browse files Browse the repository at this point in the history
  • Loading branch information
warmhug committed Apr 15, 2016
1 parent 736193e commit 6eefc06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/tree-select/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ english: TreeSelect
| defaultValue | 指定默认选中的条目 | string/Array<String> ||
| multiple | 支持多选(当设置 treeCheckable 时自动变为true) | boolean | false |
| onSelect | 被选中时调用,参数为选中项的 value 值 | function(value, node, extra) ||
| onChange | 选中树节点,或input的value变化(combobox 模式下)时,调用此函数 | function(value, label, extra) ||
| onChange | 选中树节点,或input的value变化时,调用此函数 | function(value, label, extra) ||
| allowClear | 显示清除按钮 | boolean | false |
| onSearch | 文本框值变化时回调 | function(value: String) | |
| placeholder | 选择框默认文字 | string ||
| searchPlaceholder | 搜索框默认文字 | string ||
| dropdownStyle | 下拉菜单的样式 | object ||
| dropdownMatchSelectWidth | 下拉菜单和选择器同宽 | boolean | true |
| combobox | 输入框自动提示模式 | boolean | false |
| size | 选择框大小,可选 `large` `small` | String | default |
| showSearch | 在下拉中显示搜索框 | boolean | false |
| disabled | 是否禁用 | boolean | false |
Expand Down

0 comments on commit 6eefc06

Please sign in to comment.