update Select
This commit is contained in:
parent
393d85515e
commit
f10b27f99d
2 changed files with 8 additions and 3 deletions
|
@ -82,7 +82,7 @@
|
|||
return item.label.toLowerCase()
|
||||
.indexOf(query.toLowerCase()) > -1;
|
||||
});
|
||||
}, 500);
|
||||
}, 200);
|
||||
} else {
|
||||
this.options = [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue