1
2
3
4
5
6
7
8
9
10
11
12
13
| <!--
| * @Description:
| * @version:
| * @Author: chen jing wu
| * @Date: 2023-04-27 11:12:28
| * @LastEditors: chen jing wu
| * @LastEditTime: 2023-04-27 11:12:45
| -->
| <template>
| <template if:true={isText}>
| <lightning-input type={type} variant="label-hidden" label={field} name={field} value={value} onchange={handleInputChange}></lightning-input>
| </template>
| </template>
|
|