make supported dropdowns filterable

This commit is contained in:
sadnub
2022-04-18 12:33:33 -04:00
parent 67de28760a
commit 68ac245702
11 changed files with 34 additions and 2 deletions

View File

@@ -49,6 +49,7 @@
? 'All script output will be saved to custom field selected'
: 'The last line of script output will be saved to custom field selected'
"
filterable
/>
<q-checkbox
v-if="collector"
@@ -558,6 +559,7 @@
:options="checkOptions"
label="Select Check"
mapOptions
filterable
/>
</q-card-section>
</q-form>