Show autocomplete only for select

This commit is contained in:
Mel O'Hagan 2022-05-16 11:14:13 +01:00
parent 98ceac76fe
commit df7b75ea84
1 changed files with 5 additions and 1 deletions

View File

@ -2338,7 +2338,11 @@
"type": "boolean", "type": "boolean",
"label": "Autocomplete", "label": "Autocomplete",
"key": "autocomplete", "key": "autocomplete",
"defaultValue": false "defaultValue": false,
"dependsOn": {
"setting": "optionsType",
"value": "select"
}
}, },
{ {
"type": "boolean", "type": "boolean",