formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
31 lines • 897 B
JSON
{
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"label_with": 4,
"controls": [{
"id": "timepicker",
"validators": [{
"validator_type": [ "Required" ]
}],
"title": "TimePicker",
"value": "12:30",
"control_type": [ "TimePicker" ],
"config": {
"focused": "test",
"onFocusChange": "test",
"onHourChange": "test",
"onMinuteChange": "test",
"onTimeChange": "test",
"language": "test",
"time": "test"
}
},
{
"id": "submit",
"control_type": ["SubmitButton"]
}]
}]
}]
}