Skip to content

Commit d0bd4c2

Browse files
[backport core/1.33] fix: add filter for combo widgets (#7002)
Backport of #6999 to `core/1.33` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7002-backport-core-1-33-fix-add-filter-for-combo-widgets-2b86d73d365081d4ab3cc6d04b85bed1) by [Unito](https://www.unito.io) Co-authored-by: Johnpaul Chiwetelu <[email protected]>
1 parent 9f19c8e commit d0bd4c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/extensions/vueNodes/widgets/components/WidgetSelectDefault.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Select
44
v-model="modelValue"
55
:invalid
6+
:filter="selectOptions.length > 4"
67
:options="selectOptions"
78
v-bind="combinedProps"
89
:class="cn(WidgetInputBaseClass, 'w-full text-xs')"

0 commit comments

Comments
 (0)