Don't show a confusing message if no options are available
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user