up: function (event) {
let i = this.searchItem(this.focus.value)
if (i > 0 && this.searchData[i - 1]) {
this.focus = this.searchData[i - 1]
event.preventDefault()
console.log(event)
this.endCursor()
}
},