This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(checkbox): fix IE11 focus for checkbox
At the moment IE11 is always selecting the div.md-container, but that will cause issues with the ngModel (options). So we need to block pointer events for the container, because we will manage all from actual `<md-checkbox>` Fixes #7086 Closes #7088
- Loading branch information