diff --git a/app/components/pub/custom-ui/form/combobox.vue b/app/components/pub/custom-ui/form/combobox.vue index 23f9401f..de51600e 100644 --- a/app/components/pub/custom-ui/form/combobox.vue +++ b/app/components/pub/custom-ui/form/combobox.vue @@ -15,6 +15,7 @@ const props = defineProps<{ searchPlaceholder?: string emptyMessage?: string class?: string + disabled?: boolean }>() const emit = defineEmits<{ @@ -63,13 +64,14 @@ function onSelect(item: Item) {