From 8d07439a592fcf66444b2cfd28f44e5d78ae89c6 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 14 Apr 2022 13:16:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E6=9C=AC=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=A2=9E=E5=8A=A0=E6=A8=A1=E7=B3=8A=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/widget/DeWidget/DeSelect.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/widget/DeWidget/DeSelect.vue b/frontend/src/components/widget/DeWidget/DeSelect.vue index 57d1d8514d..75fcf50496 100644 --- a/frontend/src/components/widget/DeWidget/DeSelect.vue +++ b/frontend/src/components/widget/DeWidget/DeSelect.vue @@ -10,6 +10,7 @@ :placeholder="$t(element.options.attrs.placeholder)" :popper-append-to-body="inScreen" :size="size" + :filterable="true" @change="changeValue" @focus="setOptionWidth" @blur="onBlur"