mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
11 lines
248 B
JSON
11 lines
248 B
JSON
|
{
|
||
|
"city": {
|
||
|
"ui:widget": "typeahead",
|
||
|
"ui:options": {
|
||
|
"category": "cities",
|
||
|
"itemFormat": "{name} ({state}, {country})"
|
||
|
},
|
||
|
"ui:help": "Start typing the city...",
|
||
|
"ui:placeholder": "Start typing the city here"
|
||
|
}
|
||
|
}
|