diff --git a/dist/select.css b/dist/select.css index b69832974..d6b36f6be 100644 --- a/dist/select.css +++ b/dist/select.css @@ -55,3 +55,9 @@ max-height: 200px; overflow-x: hidden; } + +/* fix hide/show angular animation */ +.ui-select-match.ng-hide-add, +.ui-select-search.ng-hide-add { + display: none !important; +} diff --git a/src/select.css b/src/select.css index b69832974..d6b36f6be 100644 --- a/src/select.css +++ b/src/select.css @@ -55,3 +55,9 @@ max-height: 200px; overflow-x: hidden; } + +/* fix hide/show angular animation */ +.ui-select-match.ng-hide-add, +.ui-select-search.ng-hide-add { + display: none !important; +}