-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material-experimental/mdc-list): ensure selection change event fi…
…res 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).
- Loading branch information
1 parent
853841c
commit 38affc3
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters