[Improvement] Search: support native input attrs (#418)

This commit is contained in:
neverland
2017-12-12 20:00:19 +08:00
committed by GitHub
parent e2318391dc
commit 1fd157e9f4
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ Vue.use(Field);
```
### API
Filed 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`placeholder`、`readonly` 等
Filed 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`placeholder`、`readonly`、`autofocus`
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|-----------|-----------|-----------|-------------|-------------|