Jonathan Garbee

Results 173 comments of Jonathan Garbee

So adding in the `tagName` check from the comment on SO fixed the `select` problem (and other associated issues.) However, there is still the problem that when clicking outside the...

> Dialogs can be dismissed by touching/clicking outside of a dialog or by using the system back button (Android). Alternatively, dialog behavior can be overridden so that users must explicitly...

No. We don't want to require any extra Dom nodes.

Yes since we aren't dynamically destroying and re-injecting the content. This is all related to the same problem in the V1 code.

Long tables often end up having the header off-screen. So, programs like Excel allow you to "freeze" rows which makes them sticky. They then scroll with the rest of the...

These attributes are about the *form* level [validation when submitted](https://html.spec.whatwg.org/multipage/forms.html#attr-fs-novalidate). Not the individual input nodes within it. There are cases where you may wish to `novalidate` the form (or individual...

What's the core team up to in the [contributing guide](https://github.com/material-components/material-components-web/blob/master/CONTRIBUTING.md#whats-the-core-team-up-to) explains how to see what is being worked on in more detail. In this case, the [pivotal issue](https://www.pivotaltracker.com/story/show/128619139) is assigned...

Direct classes to hide things aren't exactly the style for MCW. Perhaps the grid will have them, but there are still other places where these helpers are useful. Which is...

A way to re-use breakpoints across components without redefining the breakpoints in each one. Such as by using [custom media queries](https://drafts.csswg.org/mediaqueries-5/#custom-mq). This way all packages are uniformly using the same...

The names come directly from the material design specification. Hence why they are used. It allows someone to look at the implementation compared the spec and easily see changes.