removed comments

This commit is contained in:
Ulf Gebhardt 2023-04-25 02:35:43 +02:00
parent 6025706b4b
commit 33d5758686
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -103,10 +103,8 @@ export default {
clearTimeout(this.searchProcess)
},
onInput(event) {
console.log('input', event)
clearTimeout(this.searchProcess)
this.value = event.target ? event.target.value.replace(/\s+/g, ' ').trim() : ''
console.log('input', this.value)
this.unprocessedSearchInput = this.value
if (isEmpty(this.value) || this.value.replace(/\s+/g, '').length < 3) {
this.clear()