[Improvement] Field: add is-link prop (#1347)

This commit is contained in:
neverland
2018-06-28 17:46:58 +08:00
committed by GitHub
parent 19d1c45121
commit 7d97a2fd85
5 changed files with 18 additions and 1 deletions
+1
View File
@@ -127,6 +127,7 @@ Field 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`pla
| autosize | 自适应内容高度,只对 textarea 有效,可传入对象,如 { maxHeight: 100, minHeight: 50 },单位为 px | `Boolean | Object` | `false` |
| icon | 输入框尾部图标 (可选值见 Icon 组件) | `String` | - |
| left-icon | 输入框左侧图标 (可选值见 Icon 组件) | `String` | - |
| is-link | 是否展示右侧箭头并开启点击反馈 | `Boolean` | `false` |
### Event