Skip to content

TextInput文本输入框

尺寸

通过 size 来设置尺寸大小 可选值有 xs sm md lg xl

禁用状态

输入类型

为了更好的浏览器补全,支持以下类型

textpasswordemailurltelsearch

最大长度

通过 maxlength 来设置最大文本长度

使用插槽

通过 prefixsuffix 来设置前后插槽

color颜色

通过 color 来设置颜色

可选值 [base,neutral,primary,secondary,accent,info,success,warning,error]

API

Attributes

属性值说明类型默认值
type类型浏览器原生type属性'text'
size尺寸TextInputSize'sm'
placeholder占位符string-
disabled是否禁用booleanfalse
maxlength最大文本长度number-
color颜色TextInputColorbase

Slots

插槽名说明
prefix前缀插槽
suffix后缀插槽