User: dan@sartography.com clicked save for playground/dan/example/prd-uischema.json

This commit is contained in:
sartography-automated-committer 2023-12-05 18:49:48 +00:00
parent 5cffe7d796
commit 0392316231
2 changed files with 13 additions and 2 deletions

View File

@ -1 +1,3 @@
{}
{
"firstName": "Chuck"
}

View File

@ -1 +1,10 @@
{}
{
"firstName": {
"ui:autofocus": true,
"ui:emptyValue": "",
"ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required",
"ui:autocomplete": "family-name",
"ui:enableMarkdownInDescription": true,
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)."
}
}