formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
34 lines (30 loc) • 682 B
JSON
{
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"controls": [{
"id": "control1",
"control_type": ["Time"],
"validators": [{
"validator_type":[ "Required" ]
},
{
"validator_type":[ "MaxValue" ],
"value": 39600,
"message": "max 09:00"
}],
"value": 39600,
"title": "Time",
"config": {
"hideSeconds": true,
"maxSeconds": 36000
}
},
{
"id": "submit",
"control_type": ["SubmitButton"]
}]
}]
}]
}