1
0

Don't show a confusing message if no options are available

This commit is contained in:
kolaente
2020-07-15 21:13:59 +02:00
parent 4e401f754c
commit 6662cbe264
3 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,8 @@
:loading="searchService.loading"
:internal-search="true"
@search-change="find"
placeholder="Type to search"
placeholder="Type to search..."
:showNoOptions="false"
:label="searchLabel"
track-by="id">
<template slot="clear" slot-scope="props">