InputAdornment 输入装饰器

文本装饰

在输入框前后加入一些特定的纯展示标签,通常在需要提高辨识效率时使用。

http://
请输入内容
.com
http://
.com

下拉列表装饰

装饰内容可以是下拉菜单。

http://
请输入内容
.cn
http://
.cn

InputAdornment Props

名称类型默认值说明必传
appendString / Slot / Function-后缀装饰。TS 类型:string | TNode通用类型定义N
prependString / Slot / Function-前缀装饰。TS 类型:string | TNode通用类型定义N