Commit e500234
fix(Dropdown): do not select disabled items on blur (#4199)
* added a variable to recognize if a country is blocked or not
* remove lock file
* add a comment & unit test
Co-authored-by: Loic Cesar Boubeji Tiangueu <loic.cesar.boubeji.tiangueu@mni.thm.de>
Co-authored-by: Oleksandr Fediashov <olfedias@microsoft.com>1 parent ba0b20e commit e500234
File tree
2 files changed
+22
-1
lines changed- src/modules/Dropdown
- test/specs/modules/Dropdown
2 files changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
281 | | - | |
| 282 | + | |
| 283 | + | |
282 | 284 | | |
283 | 285 | | |
284 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2278 | 2278 | | |
2279 | 2279 | | |
2280 | 2280 | | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
| 2284 | + | |
| 2285 | + | |
| 2286 | + | |
| 2287 | + | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
2281 | 2300 | | |
2282 | 2301 | | |
2283 | 2302 | | |
| |||
0 commit comments