Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 0391a28

Browse files
committed
fix(spinner): add the refresh spinner to the select-multiple template
The multiple mode would not show a refresh spinner even with spinner-enabled set to true. Add the same spinner html from the single selection template to the multiple selection template. Closes #1985
1 parent 32829a3 commit 0391a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/select-multiple.tpl.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div class="ui-select-container ui-select-multiple ui-select-bootstrap dropdown form-control" ng-class="{open: $select.open}">
22
<div>
33
<div class="ui-select-match"></div>
4+
<span ng-show="$select.open && $select.refreshing && $select.spinnerEnabled" class="ui-select-refreshing {{$select.spinnerClass}}"></span>
45
<input type="search"
56
autocomplete="off"
67
autocorrect="off"

0 commit comments

Comments
 (0)