You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kgdxpr e69712b1d2
'commit'
1 year ago
..
README.en-US.md 'commit' 1 year ago
README.md 'commit' 1 year ago
props.d.ts 'commit' 1 year ago
props.js 'commit' 1 year ago
textarea.d.ts 'commit' 1 year ago
textarea.js 'commit' 1 year ago
textarea.json 'commit' 1 year ago
textarea.wxml 'commit' 1 year ago
textarea.wxss 'commit' 1 year ago
type.d.ts 'commit' 1 year ago
type.js 'commit' 1 year ago

README.en-US.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

:: 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 optionssend/search/next/go/done。Typescript'send' | 'search' | 'next' | 'go' | 'done' N
cursor-spacing Number 0 - 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) -