Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select): ensure md-select selection logic uses fresh DOM references
Previously selectItem would work with cached references to select-option elements which could become stale causing the deactivation logic to fail. This cl just ensures that selectItem always re-fetches the nodes to avoid the issue. PiperOrigin-RevId: 595524158
- Loading branch information