Merge pull request #2111 from dataease/pr@dev@feat_de_select_filter

feat: 文本下拉组件增加模糊匹配功能
This commit is contained in:
fit2cloud-chenyw 2022-04-14 13:18:10 +08:00 committed by GitHub
commit a0e1bca142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"