mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +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"
|
|
}
|
|
} |