ado5 60ac2c1c9a first commit 7 月之前
..
README.en-US.md 60ac2c1c9a first commit 7 月之前
README.md 60ac2c1c9a first commit 7 月之前
props.d.ts 60ac2c1c9a first commit 7 月之前
props.js 60ac2c1c9a first commit 7 月之前
textarea.d.ts 60ac2c1c9a first commit 7 月之前
textarea.js 60ac2c1c9a first commit 7 月之前
textarea.json 60ac2c1c9a first commit 7 月之前
textarea.wxml 60ac2c1c9a first commit 7 月之前
textarea.wxss 60ac2c1c9a first commit 7 月之前
type.d.ts 60ac2c1c9a first commit 7 月之前
type.js 60ac2c1c9a first commit 7 月之前

README.en-US.md

:: BASE_DOC ::

API

Textarea Props

name | type | default | description | required -- | -- | -- | -- | -- adjust-position | Boolean | true | - | N autofocus | Boolean | false | - | N autosize | Boolean | false | - | N confirm-hold | Boolean | false | - | N confirm-type | String | done | options:send/search/next/go/done。Typescript:'send' \| 'search' \| 'next' \| 'go' \| 'done' | N cursor-spacing | Number | 0 | - | N custom-style v0.25.0 | String | - | - | N disabled | Boolean | false | - | N external-classes | Array | - | ['t-class', 't-class-textarea', 't-class-label'] | N focus | Boolean | false | - | N label | String / Slot | - | - | N maxcharacter | Number | - | - | N maxlength | Number | - | - | N placeholder | String | undefined | - | N value | String | - | - | N default-value | String | undefined | uncontrolled property | N

Textarea Events

name | params | description -- | -- | -- blur | (value: TextareaValue) | - change | (value: TextareaValue) | - enter | (value: TextareaValue) | - focus | (value: TextareaValue) | - line-change | (value: TextareaValue) | -