[Improvement] Field: support native events (#421)

This commit is contained in:
neverland
2017-12-12 20:54:32 +08:00
committed by GitHub
parent 51ce4d0843
commit e2ec1ecd13
3 changed files with 13 additions and 7 deletions

View File

@@ -90,6 +90,7 @@ Filed support all native properties of input tagsuch as `maxlength`、`placeh
| icon | Right side Icon name | `String` | - | - |
### Event
Filed support all native events of input tagsuch as `keypress`、`keyup`
| Event | Description | Parameters |
|-----------|-----------|-----------|

View File

@@ -92,6 +92,7 @@ Filed 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`pla
| icon | 输入框尾部图标 | `String` | - | Icon 组件支持的类型 |
### Event
Filed 默认支持 Input 标签所有的原生事件,比如 `keypress`、`keyup` 等
| 事件名称 | 说明 | 回调参数 |
|-----------|-----------|-----------|