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

Commit 176182e

Browse files
Jefiozieuser378230
authored andcommitted
fix(bootstrap) Show placeholder on disabled multiple
Ensure placeholder is still visible when select is disabled. Closes #1667
1 parent 21bcd5e commit 176182e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/select-multiple.tpl.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
class="ui-select-search input-xs"
1010
placeholder="{{$selectMultiple.getPlaceholder()}}"
1111
ng-disabled="$select.disabled"
12-
ng-hide="$select.disabled"
1312
ng-click="$select.activate()"
1413
ng-model="$select.search"
1514
role="combobox"

0 commit comments

Comments
 (0)