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

11 lines
248 B
JSON

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