mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 13:38:08 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"partNumber": {
|
|
"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/)."
|
|
},
|
|
"serialNumber": {
|
|
"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/)."
|
|
},
|
|
"Test Property": {
|
|
"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/)."
|
|
},
|
|
"city": {
|
|
"ui:widget": "typeahead",
|
|
"ui:options": {
|
|
"category": "cities",
|
|
"itemFormat": "{name} ({state}, {country})"
|
|
}
|
|
}
|
|
} |