demo-process-models/potentially-promote-to-exam.../cities-typeahead/get-the-city-uischema.json

13 lines
215 B
JSON
Raw Normal View History

2023-06-28 12:47:07 +00:00
{
"ui:order": [
"city"
],
"city": {
"ui:widget": "typeahead",
"ui:help": "Select city",
"ui:options": {
"category": "cities",
"itemFormat": "{name} ({state}, {country})"
}
}
}