feat: 文本下拉组件增加模糊匹配功能

This commit is contained in:
fit2cloud-chenyw 2022-04-14 13:16:58 +08:00
parent 4ca897fe4a
commit 8d07439a59

View File

@ -10,6 +10,7 @@
:placeholder="$t(element.options.attrs.placeholder)" :placeholder="$t(element.options.attrs.placeholder)"
:popper-append-to-body="inScreen" :popper-append-to-body="inScreen"
:size="size" :size="size"
:filterable="true"
@change="changeValue" @change="changeValue"
@focus="setOptionWidth" @focus="setOptionWidth"
@blur="onBlur" @blur="onBlur"