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

Commit

Permalink
fix(bootstrap) Show placeholder on disabled multiple
Browse files Browse the repository at this point in the history
Ensure placeholder is still visible when select is disabled.

Closes #1667
  • Loading branch information
Jefiozie authored and user378230 committed Jul 30, 2016
1 parent 21bcd5e commit 176182e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/select-multiple.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
class="ui-select-search input-xs"
placeholder="{{$selectMultiple.getPlaceholder()}}"
ng-disabled="$select.disabled"
ng-hide="$select.disabled"
ng-click="$select.activate()"
ng-model="$select.search"
role="combobox"
Expand Down

0 comments on commit 176182e

Please sign in to comment.