diff --git a/src/bootstrap/match-multiple.tpl.html b/src/bootstrap/match-multiple.tpl.html index 08e24556b..fecb56056 100644 --- a/src/bootstrap/match-multiple.tpl.html +++ b/src/bootstrap/match-multiple.tpl.html @@ -5,10 +5,10 @@ class="ui-select-match-item btn btn-default btn-xs" tabindex="-1" type="button" - ng-disabled="$select.disabled" + ng-disabled="$select.disabled || $select.ancestorFieldsetDisabled()" ng-click="$select.activeMatchIndex = $index;" ng-class="{'btn-primary':$select.activeMatchIndex === $index}"> -  × +  × diff --git a/src/bootstrap/match.tpl.html b/src/bootstrap/match.tpl.html index b766d4680..baa831a1a 100644 --- a/src/bootstrap/match.tpl.html +++ b/src/bootstrap/match.tpl.html @@ -1,6 +1,6 @@