sample-process-models/misc/qa/forms/test-nested-form-with-auto-complete/test-nested-form-with-auto-complete-uischema.json
2024-07-15 10:51:00 -04:00

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"
}
}
}
}