Commit 38affc3
authored
fix(material-experimental/mdc-list): ensure selection change event fires properly (#24174)
Leverages the new selection change event that we landed upstream
in MDC. The notify action adapter method was not suitable for the
event notification as it did not fire for e.g. CTRL + A selections
and was generally, semantically not guaranteed to fire on actual
interactive selections (like native controls emit the change event).1 parent 853841c commit 38affc3
File tree
2 files changed
+3
-10
lines changed- src/material-experimental/mdc-list
2 files changed
+3
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
| 427 | + | |
435 | 428 | | |
436 | 429 | | |
437 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
402 | | - | |
| 401 | + | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
0 commit comments