Commit e05b38d
Select falsy values via ngModel - master (#12102)
* test(simple-combo): should select falsy values with "writeValue" method
* fix(simple-combo): select falsy values with "writeValue" method
* test(selectionService): should add items with falsy itemID except undefined
* fix(selectionService): add items with falsy itemID except undefined
* test(combos): should select falsy values except "undefined"
* fix(combos): select falsy values except "undefined"
* fix(combos): display and select "null" in dropdown
* test(selectionService): removing an outdated test
* fix(selectionService): removing throw error check
* fix(combos): additional checks for nullish values
* chore(combos): add comment for template check
* chore(remoteNWindService): remove debugger
* test(combos): should remove undefined from array of primitive data
* fix(combos): remove undefined from array of primitive data
* fix(combos): remove undefined in data setter
* fix(simple-combo): show all items in dropdown
* chore(combo-pipes): add comment for grouping pipe
* test(simple-combo): should not select null, undefined, '' in template form
* fix(simple-combo): not select null, undefined, '' in template form
* fix(simple-combo): not select null, undefined, '' in reactive form
Co-authored-by: Teodosia Hristodorova <[email protected]>
Co-authored-by: Stamen Stoychev <[email protected]>1 parent 33506ab commit e05b38d
File tree
12 files changed
+537
-46
lines changed- projects/igniteui-angular/src/lib
- combo
- core
- simple-combo
- src/app/combo
12 files changed
+537
-46
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
311 | 317 | | |
312 | 318 | | |
313 | 319 | | |
| |||
1297 | 1303 | | |
1298 | 1304 | | |
1299 | 1305 | | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
1300 | 1316 | | |
1301 | 1317 | | |
1302 | 1318 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
Lines changed: 53 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1225 | 1225 | | |
1226 | 1226 | | |
1227 | 1227 | | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
1228 | 1236 | | |
1229 | 1237 | | |
1230 | 1238 | | |
| |||
2087 | 2095 | | |
2088 | 2096 | | |
2089 | 2097 | | |
2090 | | - | |
| 2098 | + | |
2091 | 2099 | | |
2092 | 2100 | | |
2093 | 2101 | | |
2094 | 2102 | | |
2095 | 2103 | | |
2096 | 2104 | | |
2097 | | - | |
2098 | 2105 | | |
2099 | 2106 | | |
| 2107 | + | |
2100 | 2108 | | |
2101 | 2109 | | |
2102 | 2110 | | |
| |||
2136 | 2144 | | |
2137 | 2145 | | |
2138 | 2146 | | |
2139 | | - | |
2140 | | - | |
| 2147 | + | |
| 2148 | + | |
2141 | 2149 | | |
2142 | 2150 | | |
2143 | 2151 | | |
| |||
2146 | 2154 | | |
2147 | 2155 | | |
2148 | 2156 | | |
2149 | | - | |
2150 | | - | |
| 2157 | + | |
| 2158 | + | |
2151 | 2159 | | |
2152 | 2160 | | |
2153 | 2161 | | |
| |||
2156 | 2164 | | |
2157 | 2165 | | |
2158 | 2166 | | |
2159 | | - | |
2160 | | - | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
| 2205 | + | |
2161 | 2206 | | |
2162 | 2207 | | |
2163 | 2208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
358 | 361 | | |
359 | 362 | | |
360 | 363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
78 | | - | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 29 | + | |
| 30 | + | |
34 | 31 | | |
35 | 32 | | |
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments