demo-process-models/potentially-promote-to-exam.../cities-typeahead/get-the-city-uischema.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})"
}
}
}