User: dan@sartography.com clicked save for examples/1-basic-concepts/understanding-data-part-1/simple-user-task-uischema.json
This commit is contained in:
parent
ce52149923
commit
3ccabd5abd
|
@ -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/)."
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue