mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
don't require onSearch to be true to display spinner
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-select",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
|
||||
"author": "Jeff Sagal <sagalbot@gmail.com>",
|
||||
"private": false,
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user