|
|
@ -33,6 +33,7 @@ |
|
|
|
| onDeselect | 取消选中时调用,参数为选中的option value值,仅在multiple或tags模式下生效 | function(value, option) | 无 | |
|
|
|
| onChange | 选中option,或input的value变化(combobox模式下)时,调用此函数 | function(value, label) | 无 | |
|
|
|
| allowClear | 显示清除按钮 | | false | |
|
|
|
| onSearch | 文本框值变化时回调 | function(value: String) | | |
|
|
|
| placeholder | 选择框默认文字 | string | 无 | |
|
|
|
| searchPlaceholder | 搜索框默认文字 | string | 无 | |
|
|
|
| optionFilterProp | 输入项过滤对应的 option 属性 | string | value | |
|
|
|