demo-process-models/playground/nutech/issue2/manualchecking-uischema.json

9 lines
153 B
JSON
Raw Normal View History

{
"city": {
"ui:widget": "typeahead",
"ui:options": {
"category": "cities",
"itemFormat": "{name} ({state}, {country})"
}
}
}