Elliott Marquez

Results 115 comments of Elliott Marquez

Will come back to this thread when we do the next round of major changes to our library (which should start ~the end of the quarter or Q4)

By major change I mean a version bump from `2.x.y` to `3.a.b`. With a major version change we can make changes that can break people relying on these elements.

This is indeed very odd. Thanks for the report!

request-activation is still documented, but our docs bot is still broken. It's really only meant to be used by people trying to make their own list/menu/select item or if someone...

it fails the following check: `github.event.label.name == 'preview-catalog' && github.event.pull_request.head.repo.full_name == github.repository` This was meant to prevent this from running on forked repos. We can remove that if you want....

![image](https://github.com/material-components/material-web/assets/5981958/61b7830e-cfee-4a13-9369-be80e77b9f6a) It seems like this is an issue in field which was never an issue with textfield because of the native behavior of ``

This is because Firefox does not support CSS `:has()` IIRC it should be coming soon. Might make more sense to just wait it out unless someone wants to figure out...

Sorry for the bad naming in the docs here, but this is unfortunately a limitation with the web platform and seems to be the industry standard for slider implementations. I...

Honestly I think we need to discuss this with the team at our thursday eng meetings – if a change is necessary, this needs to be handled carefully as to...

I actually wonder whether we should be supporting `type=file` at all in md-textfield. I think this is better suited to a completely new component as you can't style the native...