From c18b560b0d170606e0d0e4214457c71c419db5b7 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 6 Dec 2017 16:05:41 +0800 Subject: [PATCH] [Doc] add explanation of Filed native propterties (#384) --- docs/markdown/en-US/field.md | 1 + docs/markdown/zh-CN/field.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/markdown/en-US/field.md b/docs/markdown/en-US/field.md index 4ae0c3530..e7ca0333d 100644 --- a/docs/markdown/en-US/field.md +++ b/docs/markdown/en-US/field.md @@ -77,6 +77,7 @@ Textarea Filed can be auto resize when has `autosize` prop ``` ### API +Filed support all native properties of input tag,such as `maxlength`、`placeholder`、`readonly` | Attribute | Description | Type | Default | Accepted Values | |-----------|-----------|-----------|-------------|-------------| diff --git a/docs/markdown/zh-CN/field.md b/docs/markdown/zh-CN/field.md index afa974146..8b0532faf 100644 --- a/docs/markdown/zh-CN/field.md +++ b/docs/markdown/zh-CN/field.md @@ -79,6 +79,7 @@ Vue.component(Field.name, Field); ``` ### API +Filed 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`placeholder`、`readonly` 等 | 参数 | 说明 | 类型 | 默认值 | 可选值 | |-----------|-----------|-----------|-------------|-------------|