Textarea (文本域)

多行输入(v-model),支持自动增高、调整大小与字数统计。

基础用法

A short description about yourself.

Basic.vue

自动增高与字数

0/200
AutoGrow.vue

状态与尺寸

Please enter a message.

States.vue

颜色

Colors.vue

属性

属性类型默认值说明
autofocusbooleanfalse
autoGrowbooleanfalse
colorKunUIColor"default"
darkBorderbooleantrue
descriptionstring""
disabledbooleanfalse
errorstring""
hintstring""
labelstring""
maxHeightstring""
maxlengthnumber100007
minlengthnumber1
modelValuestring""
namestring""
placeholderstring""
readonlybooleanfalse
requiredbooleanfalse
resize"none" | "horizontal" | "vertical" | "both""none"
roundedKunUIRoundedundefined
rowsnumber4
showCharCountbooleanfalse
sizeKunUISize"md"