User: muhammadnouman@nutech.edu.pk clicked save for playground/nutech/issue/Check box-schema.json

This commit is contained in:
sartography-automated-committer 2024-01-26 06:08:17 +00:00
parent e4b8c52d7b
commit 89fa414fbf

View File

@ -14,10 +14,15 @@
"type": "string",
"format": "email",
"title": "Email"
},
"firstName": {
"type": "string",
"title": "First name",
"default": "Chuck"
}
},
"required": [
"name",
"firstName",
"age"
],
"ui:options": {
@ -27,5 +32,7 @@
"email"
],
"inline": true
}
},
"title": "Text Field",
"description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')"
}