sample-process-models/misc/qa/forms/test-auto-complete-1/test-auto-complete-1-uischema.json

11 lines
248 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"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"
}
}