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

Commit 4245e42

Browse files
committed
Merge pull request #87 from Hyzhak/master
fix angular animation
2 parents d285c1b + 3c25ec9 commit 4245e42

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

dist/select.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@
5555
max-height: 200px;
5656
overflow-x: hidden;
5757
}
58+
59+
/* fix hide/show angular animation */
60+
.ui-select-match.ng-hide-add,
61+
.ui-select-search.ng-hide-add {
62+
display: none !important;
63+
}

src/select.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@
5555
max-height: 200px;
5656
overflow-x: hidden;
5757
}
58+
59+
/* fix hide/show angular animation */
60+
.ui-select-match.ng-hide-add,
61+
.ui-select-search.ng-hide-add {
62+
display: none !important;
63+
}

0 commit comments

Comments
 (0)