WGShare.Client.Wx/miniprogram_npm/tdesign-miniprogram/textarea
yj d281aab5b3 Initial Commit 2024-11-11 14:16:29 +08:00
..
README.en-US.md Initial Commit 2024-11-11 14:16:29 +08:00
README.md Initial Commit 2024-11-11 14:16:29 +08:00
props.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
props.js Initial Commit 2024-11-11 14:16:29 +08:00
textarea.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
textarea.js Initial Commit 2024-11-11 14:16:29 +08:00
textarea.json Initial Commit 2024-11-11 14:16:29 +08:00
textarea.wxml Initial Commit 2024-11-11 14:16:29 +08:00
textarea.wxss Initial Commit 2024-11-11 14:16:29 +08:00
type.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
type.js Initial Commit 2024-11-11 14:16:29 +08:00

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 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) -