Jeremy Elbourn
Jeremy Elbourn
For both `MdSelect` and `MdAutocomplete`, the initial render of the component (in the closed state) is very slow even though the panels are closed. We should ensure that any work...
This issue tracks creating additional date adapter implementations in addition to the existing MomentJS implementation. Libraries to consider include: - [x] Luxon - [x] date-fns - [ ] Day.js
There are some situations when the gesture handler will cause two mousedown events to be fired for a single touch on mobile. This is problematic for anything that depends on...
This issue tracks the ability to specify a density level for components. This would include: * Uniform density API for all components * Predetermined density levels, configurable via an approach...
This would effectively be md-menu but triggered by right-click instead of a specific element on the page. Would need some investigation for a11y.
See https://developer.mozilla.org/en-US/docs/Web/Security/CSP/CSP_policy_directives#style-src The framework should support users that want to build their apps for CSP. In this case, the `style-src` directive would be in violation by Angular 2's use of...
Material Design spec says that all touch targets much be at least 48x48. mat-checkbox, mat-radio-button, and mat-slide-toggle are only 20x20 (with no label). The slider thumb is also too small....
I would like a markdown lint for the components repo, and we probably want this for other repos as well. Bonus points for a markdown formatter as good as (or...