formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
33 lines (29 loc) • 849 B
JSON
{
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"controls": [{
"id": "dropdown",
"validators": [{
"validator_type": [ "Required" ]
},
{
"validator_type": ["MinValue" ],
"value": 2,
"message": "min 2"
}
],
"title": "DropDown",
"databinders": [ "options" ],
"control_type": [ "DropDown" ],
"info": "Info Test",
"label_position": [ "Left"]
},
{
"id": "submit",
"control_type": ["SubmitButton"]
}]
}]
}]
}