We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 140590d + 1ac029a commit 80dd52aCopy full SHA for 80dd52a
src/Multiselect.vue
@@ -150,7 +150,7 @@
150
<slot name="noResult" :search="search">No elements found. Consider changing the search query.</slot>
151
</span>
152
</li>
153
- <li v-show="showNoOptions && ((options.length === 0 || (hasOptionGroup === true && filteredOptions.length === 0)) && !search && !loading)">
+ <li v-show="showNoOptions && filteredOptions.length === 0 && !search && !loading">
154
<span class="multiselect__option">
155
<slot name="noOptions">List is empty.</slot>
156
0 commit comments