You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
above is the component structure, I tried but couldn't find out, can you guys please help me to render the html data, 1st object in the above array. Thanks.
{
"components": [
{
"label": "HTML",
"className": "",
"attrs": [],
"content": "Please fill all the details below.",
"refreshOnChange": false,
"mask": false,
"tableView": true,
"alwaysEnabled": false,
"type": "htmlelement",
"input": false,
"key": "html"
},
{
"label": "Email",
"tableView": true,
"alwaysEnabled": false,
"type": "email",
"input": true,
"key": "email2"
},
{
"label": "Phone Number",
"allowMultipleMasks": false,
"showWordCount": false,
"showCharCount": false,
"tableView": true,
"alwaysEnabled": false,
"type": "phoneNumber",
"input": true,
"key": "phoneNumber2"
},
{
"type": "button",
"label": "Submit",
"key": "submit",
"disableOnInvalid": true,
"theme": "primary",
"input": true,
"tableView": true
}
]
}
above is the component structure, I tried but couldn't find out, can you guys please help me to render the html data, 1st object in the above array. Thanks.
