Skip to content

Commit

Permalink
don't require onSearch to be true to display spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
sagalbot committed Aug 15, 2016
1 parent afdc4da commit b538fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit b538fb4

Please sign in to comment.