mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 23:18:20 +00:00
User: dan@sartography.com clicked save for playground/dan/maz-and-javad-demo/demo-schema.json
This commit is contained in:
parent
12bb348db4
commit
54849c0326
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "Dropdown list",
|
||||
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
|
||||
"title": "Auto Complete",
|
||||
"description": "Connect a field to a data store to auto-complete entered values.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"favoriteFruit": {
|
||||
@ -9,6 +9,11 @@
|
||||
"anyOf": [
|
||||
"options_from_task_data_var:fruits"
|
||||
]
|
||||
},
|
||||
"city": {
|
||||
"type": "string",
|
||||
"format": "date",
|
||||
"title": "Select a city"
|
||||
}
|
||||
}
|
||||
}
|
@ -1 +1,9 @@
|
||||
{}
|
||||
{
|
||||
"city": {
|
||||
"ui:widget": "typeahead",
|
||||
"ui:options": {
|
||||
"category": "cities",
|
||||
"itemFormat": "{name} ({state}, {country})"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user