13 lines
215 B
JSON
13 lines
215 B
JSON
|
{
|
||
|
"ui:order": [
|
||
|
"city"
|
||
|
],
|
||
|
"city": {
|
||
|
"ui:widget": "typeahead",
|
||
|
"ui:help": "Select city",
|
||
|
"ui:options": {
|
||
|
"category": "cities",
|
||
|
"itemFormat": "{name} ({state}, {country})"
|
||
|
}
|
||
|
}
|
||
|
}
|