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.
1 parent afdc4da commit b538fb4Copy full SHA for b538fb4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-select",
3
- "version": "1.3.2",
+ "version": "1.3.3",
4
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
5
"author": "Jeff Sagal <sagalbot@gmail.com>",
6
"private": false,
src/components/Select.vue
@@ -205,7 +205,7 @@
205
<i v-el:open-indicator role="presentation" class="open-indicator"></i>
206
207
<slot name="spinner">
208
- <div class="spinner" v-show="onSearch && loading">Loading...</div>
+ <div class="spinner" v-show="loading">Loading...</div>
209
</slot>
210
</div>
211
0 commit comments