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

Commit f67a220

Browse files
multiple select placeholder late bind fix
1 parent 2b0b17b commit f67a220

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

dist/select.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,8 +841,7 @@ uis.controller('uiSelectCtrl',
841841
ctrl.searchInput.css('width', inputWidth+'px');
842842
return true;
843843
};
844-
845-
ctrl.searchInput.css('width', '10px');
844+
846845
$timeout(function() { //Give tags time to render correctly
847846
if (sizeWatch === null && !updateIfVisible(calculateContainerWidth())) {
848847
sizeWatch = $scope.$watch(function() {

dist/select.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uiSelectController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,6 @@ uis.controller('uiSelectCtrl',
549549
return true;
550550
};
551551

552-
ctrl.searchInput.css('width', '10px');
553552
$timeout(function() { //Give tags time to render correctly
554553
if (sizeWatch === null && !updateIfVisible(calculateContainerWidth())) {
555554
sizeWatch = $scope.$watch(function() {

0 commit comments

Comments
 (0)