2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

don't require onSearch to be true to display spinner

This commit is contained in:
Jeff Sagal
2016-08-15 16:51:40 -07:00
parent afdc4da785
commit b538fb43f2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -205,7 +205,7 @@
<i v-el:open-indicator role="presentation" class="open-indicator"></i>
<slot name="spinner">
<div class="spinner" v-show="onSearch && loading">Loading...</div>
<div class="spinner" v-show="loading">Loading...</div>
</slot>
</div>