mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-22 07:19:41 +00:00
feat: enable search box in MultiSelect and replace tag spans with SquareChip in TemplateWorkflowCard
This commit is contained in:
@@ -41,9 +41,9 @@
|
||||
<!-- Model Filter -->
|
||||
<MultiSelect
|
||||
v-model="selectedModelObjects"
|
||||
:show-search-box="true"
|
||||
:label="modelFilterLabel"
|
||||
:options="modelOptions"
|
||||
:has-search-box="true"
|
||||
:search-placeholder="
|
||||
$t('templateWorkflows.searchModels', 'Search models...')
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user