[new feature] Search: support input native events (#451)

This commit is contained in:
neverland
2017-12-19 10:24:56 +08:00
committed by GitHub
parent 48b2026e33
commit 79a2b13b63
7 changed files with 53 additions and 30 deletions
+1
View File
@@ -54,6 +54,7 @@ Search 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`pl
| showAction | 是否在搜索框右侧显示取消按钮 | `Boolean` | false | - |
### Event
Search 默认支持 Input 标签所有的原生事件,如 `focus`、`blur`、`keypress` 等
| 事件名 | 说明 | 参数 |
|-----------|-----------|-----------|