[Doc] Field: add custom-style props document (#1842)

This commit is contained in:
neverland 2019-08-07 16:03:50 +08:00 committed by GitHub
parent d5d32b7426
commit c92cec52e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -155,6 +155,7 @@ Page({
| maxlength | 最大输入长度,设置为 -1 的时候不限制最大长度 | `Number` | `-1` |
| placeholder | 输入框为空时占位符 | `String` | - |
| placeholder-style | 指定 placeholder 的样式 | `String` | - |
| custom-style | 自定义样式 | `String` | - |
| is-link | 是否展示右侧箭头并开启点击反馈 | `Boolean` | `false` |
| error | 是否将输入内容标红 | `Boolean` | `false` |
| error-message | 底部错误提示文案,为空时不展示 | `String` | `''` |

View File

@ -24,7 +24,6 @@ VantComponent({
iconClass: String,
clearable: Boolean,
inputAlign: String,
customClass: String,
customStyle: String,
confirmType: String,
confirmHold: Boolean,