This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Commit 8579885
committed
fix(ngOptions): fix frozen ui in ie with more than one select[multiple]
If there is more than one select next to each other, and the first
select is wrappend in an element with display: inline or display: inline-block,
all but the last select are completely unresponsive to any user input.
This cannot be tested in a unit-test or e2e test.
Closes #11314
Closes #117951 parent 9e83b83 commit 8579885
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
580 | 584 | | |
581 | 585 | | |
582 | 586 | | |
583 | 587 | | |
| 588 | + | |
584 | 589 | | |
585 | 590 | | |
586 | 591 | | |
| |||
0 commit comments