From 29f41e401225f841b908e123cb951e0745da3d47 Mon Sep 17 00:00:00 2001 From: Yancy Matherne Date: Fri, 28 Apr 2017 21:02:45 -0500 Subject: [PATCH] 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 --- src/bootstrap/select-multiple.tpl.html | 1 + test/select.spec.js | 66 ++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/src/bootstrap/select-multiple.tpl.html b/src/bootstrap/select-multiple.tpl.html index b8b329894..591afcf0d 100644 --- a/src/bootstrap/select-multiple.tpl.html +++ b/src/bootstrap/select-multiple.tpl.html @@ -1,6 +1,7 @@