correct input value in filterable mode
This commit is contained in:
parent
af7d72b4cc
commit
dfae43a75c
2 changed files with 22 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
},
|
||||
// 在使用函数防抖后,设置 key 后,不更新组件了,导致SearchLabel 不更新 #1865
|
||||
updateSearchLabel () {
|
||||
this.searchLabel = this.$el.innerHTML;
|
||||
this.searchLabel = this.$el.textContent;
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue