Jonathan Garbee
Jonathan Garbee
We do not currently have a _clean_ way of handling state checking and server-side validation use-cases. If someone puts `is-invalid` onto a textfield to show it has an error, we...
It is considered a BC break to change this functionality. So even if we do accept it into `master` it will go into V2 and not be introduced to the...
We are going to work on getting V2 details finalized and announced. Once we have the components as they exist now upgraded we can address how to best handle this...
Assigning to Travis and Sergio to keep this in mind when developing the V2 components. It is spec-aligning, however I would discuss with the team the way the web natively...
@dannymcpherson As long as you are not requiring the field to be submitted that will work. What about when someone loads the page and just presses submit without changing or...
It's probably just from where whomever was doing the original build saw all the examples in the specification were largely numeric. There isn't a decided rhyme-or-reason to it. For Material...
> ` if (window.pageYOffset
@crhym3 Can we enable gzip compression on the CDN using Google Cloud Storage? Checking the response headers it certainly isn't being zipped.
Running against `https:://getmdl.io` currently isn't yielding any compression issues which is using the code subdomain for resources. Therefore this seems to have been fixed. Thanks for the report.
I just tested here by opening the same JS file in Chrome and checking the headers, I do **not** see gzip in mine. Looks like the server is only gzipping...