We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d285c1b + 3c25ec9 commit 4245e42Copy full SHA for 4245e42
dist/select.css
@@ -55,3 +55,9 @@
55
max-height: 200px;
56
overflow-x: hidden;
57
}
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
0 commit comments