mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
16 lines
364 B
JSON
16 lines
364 B
JSON
|
|
{
|
|
"item": {
|
|
"items" : {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
} |