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 6b76dda + 14dc578 commit 521eaf4Copy full SHA for 521eaf4
src/select.css
@@ -19,6 +19,10 @@
19
20
/* Select2 theme */
21
22
+/* Mark invalid Select2 */
23
+.ng-dirty.ng-invalid > a.select2-choice {
24
+ border-color: #D44950;
25
+}
26
27
/* Selectize theme */
28
@@ -37,6 +41,11 @@
37
41
width: 100%;
38
42
}
39
43
44
+/* Mark invalid Selectize */
45
+.ng-dirty.ng-invalid > div.selectize-input {
46
47
48
+
40
49
50
/* Bootstrap theme */
51
@@ -91,3 +100,8 @@
91
100
.ui-select-search.ng-hide-add {
92
101
display: none !important;
93
102
103
104
+/* Mark invalid Bootstrap */
105
+.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
106
107
0 commit comments