formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
31 lines (27 loc) • 741 B
JSON
{
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"controls": [{
"id": "rating",
"validators": [{
"validator_type": [ "Required" ]
},
{
"validator_type": ["MinValue" ],
"value": 3,
"message": "min 3"
}
],
"title": "Rating",
"value": 1,
"control_type": [ "Rating" ]
},
{
"id": "submit",
"control_type": ["SubmitButton"]
}]
}]
}]
}