输入组件
Properties:
Name | Type | Description |
---|---|---|
label |
string | 标签文本 |
placeholder |
string | 默认提示文本 |
inputType |
string | 输入类型,默认为text |
required |
boolean | 是否必输,默认false |
text |
string | 值 |
validate |
boolean | 是否校验,默认false |
index |
number | 在父组件中的标记索引,以便对应数据,默认-1 |
Fires:
- event:valueChange 失焦处理分发事件,向父元素传递值和在父组件中的标记索引