[Doc] Search: add more api document (#1983)

This commit is contained in:
neverland
2018-10-26 16:10:40 +08:00
committed by GitHub
parent eef6c8f336
commit a995c203dc
4 changed files with 20 additions and 9 deletions
+3
View File
@@ -55,7 +55,10 @@ Search 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`pl
|------|------|------|------|------|
| background | 搜索框背景色 | `String` | `#f2f2f2` | - |
| show-action | 是否在搜索框右侧显示取消按钮 | `Boolean` | `false` | - |
| disabled | 是否禁用输入框 | `Boolean` | `false` | - |
| readonly | 是否只读 | `Boolean` | `false` | - |
| error | 是否将输入内容标红 | `Boolean` | `false` | - |
| input-align | 输入框内容对齐方式,可选值为 `center` `right` | `String` | `left` | - |
### Event