sample-process-models/misc/qa/forms/test-nested-form-with-date/test-nested-form-with-date-uischema.json

11 lines
193 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"item": {
"items" : {
"leave_date": {
"ui:help": "Enter leave date",
"ui:placeholder": "Enter your leave date here"
}
}
}
}