UNPKG

formgen-react

Version:

Formula generator with JSON for react. UI Fabric controls are used for rendering

34 lines (30 loc) 897 B
{ "id": "testform", "title": "Test", "rows": [{ "columns": [{ "label_with": 4, "controls": [{ "id": "datepicker", "validators": [{ "validator_type": [ "Required" ] }], "title": "Datepicker", "value": "2018-03-11T00:00:00.000Z", "control_type": [ "DatePicker" ], "info": "Info Test", "label_position": [ "Left"], "config": { "onSelectDate": "test", "firstDayOfWeek": 0, "formatDate": "test", "strings": "test" } }, { "id": "submit", "control_type": ["SubmitButton"] }] }] }] }