diff --git a/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue b/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue index d7823313c9..59aee10552 100644 --- a/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue +++ b/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue @@ -7,7 +7,7 @@ :disabled="disabled" :multiple="data.type === 'multipleSelect'" @change="handleChange" - @clear="handleClear" + @blur.native.capture="handleClear" clearable filterable v-model="data[prop]"