File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ A basic widget for getting the user input is a text field. Keyboard and mouse ca
4747
4848### TextArea
4949
50- | Property | Description | Type | Default | Version | |
51- | --- | --- | --- | --- | --- | --- |
52- | allowClear | allow to remove input content with clear icon | boolean | | 1.5.0 | |
53- | autosize | Height autosize feature, can be set to `true | false` or an object ` { minRows: 2, maxRows: 6 }` | boolean\| object | false | |
54- | defaultValue | The initial input content | string | | | |
55- | showCount | Whether show text count | boolean \| { formatter: (info: { value: string, count: number, maxLength?: number }) => string | false | | |
56- | value(v-model) | The input content value | string | | | |
50+ | Property | Description | Type | Default | Version |
51+ | --- | --- | --- | --- | --- |
52+ | allowClear | allow to remove input content with clear icon | boolean | | 1.5.0 |
53+ | autosize | Height autosize feature, can be set to ` true \ | false ` or an object` { minRows: 2, maxRows: 6 } ` | boolean\| object | false | |
54+ | defaultValue | The initial input content | string | | |
55+ | showCount | Whether show text count | boolean \| { formatter: (info: { value: string, count: number, maxLength?: number }) => string | false | |
56+ | value(v-model) | The input content value | string | | |
5757
5858### TextArea Events
5959
Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*sBqqTatJ-AkAAA
4848
4949### TextArea
5050
51- | 参数 | 说明 | 类型 | 默认值 | 版本 | |
52- | --- | --- | --- | --- | --- | --- |
53- | allowClear | 可以点击清除图标删除内容 | boolean | | 1.5.0 | |
54- | autosize | 自适应内容高度,可设置为 `true | false` 或对象: ` { minRows: 2, maxRows: 6 }` | boolean\| object | false | |
55- | defaultValue | 输入框默认内容 | string | | | |
56- _ | showCount | 是否展示字数 | boolean \| { formatter: (info: { value: string, count: number, maxLength?: number }) => string } | false | | |_
57- | value(v-model) | 输入框内容 | string | | | |
51+ | 参数 | 说明 | 类型 | 默认值 | 版本 |
52+ | --- | --- | --- | --- | --- |
53+ | allowClear | 可以点击清除图标删除内容 | boolean | | 1.5.0 |
54+ | autosize | 自适应内容高度,可设置为 ` true \ | false ` 或对象:` { minRows: 2, maxRows: 6 } ` | boolean\| object | false | |
55+ | defaultValue | 输入框默认内容 | string | | |
56+ | showCount | 是否展示字数 | boolean \| { formatter: (info: { value: string, count: number, maxLength?: number }) => string } | false | |
57+ | value(v-model) | 输入框内容 | string | | |
5858
5959### TextArea 事件
6060
You can’t perform that action at this time.
0 commit comments