mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
feat: 文本下拉组件增加模糊匹配功能
This commit is contained in:
parent
4ca897fe4a
commit
8d07439a59
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user