Elizabeth Mitchell

Results 221 comments of Elizabeth Mitchell

The browser calendar icons are removed because they don't match the Material Design spec. In Material, the text field's icon should be interactive, show a ripple and focus ring, and...

> Why the icon is only removed in chrome by default and not in firefox? That is what I re-purposed this bug for. There should _not_ be a calendar icon...

We'll need this as well for things like checkbox list items, where the checkbox itself is not interactive, but just a visual display of state. The list item itself is...

Thanks for the PR! At a glance I don't see anything problematic with this approach, but it may take me a little bit to import and test

Full disclosure, [this may not be possible to review](https://github.com/material-components/material-web/blob/main/CONTRIBUTING.md#new-components) right now :(

Hey y'all! I'm really sorry that I've let this project slip. I'll add an item to my to-do list to update the readmes on these repos.

Closing as fixed in #57. I still have an item on my todo list to update readmes and stuff for this repo, thanks for your patience y'all!

This is probably due to button not implementing `formDisabledCallback()`

Can you provide a minimal reproduction using something like https://lit.dev/playground?

It looks like swiperjs is intercepting the `pointercancel` event. The browser will dispatch that event when it detects that a user is swiping instead of tapping. When this happens, we...