correct input value in filterable mode

This commit is contained in:
Sergio Crisostomo 2017-10-25 20:49:38 +02:00
parent af7d72b4cc
commit dfae43a75c
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 () {