Merge pull request #2193 from SergioCrisostomo/fix-2191

correct input value in filterable mode
This commit is contained in:
Aresn 2017-10-26 00:13:02 -05:00 committed by GitHub
commit 252717e7c4
2 changed files with 22 additions and 1 deletions

View file

@ -66,7 +66,7 @@
},
// 使 key SearchLabel #1865
updateSearchLabel () {
this.searchLabel = this.$el.innerHTML;
this.searchLabel = this.$el.textContent;
}
},
mounted () {