Closed Knoxvillekm closed 8 years ago
After clicking the top element is highlighted.
I wasn't able to reproduce.
After clicking and return from other tab it focused.
This is an issue with the checkbox directive from Angular Material.
This is an issue with the checkbox directive from Angular Material.
This style fix my problem
md-toolbar.md-table-toolbar.ng-hide {
display: none;
}
From demo Codepen
And there are no problems when pressing the row.