material-web icon indicating copy to clipboard operation
material-web copied to clipboard

Material Design Web Components

Results 281 material-web issues
Sort by recently updated
recently updated
newest added

### What is affected? Component ### Description The following code ```html I'm in! ``` will give the following result ![image](https://github.com/material-components/material-web/assets/2827383/da7bd5f8-cdd9-4e7b-8eb4-bfa736a81cbe) This is so discriminatory toward italic text _!_ ### Reproduction...

### What is affected? Component ### Description A picture worth a thousand words ![image](https://github.com/material-components/material-web/assets/4929965/09596c2f-62d4-4eec-9cbe-683e759e125a) Whenever a long word is selected, the label inside the select doesn't get clipped so the...

### What is affected? Accessibility, Component ### Description When I close a dialog by pressing the "esc" key the dialog closes but the scrim remains, which I wouldn't expect it...

### What is affected? Component ### Description If I am using 2 dialogs on my app and I modify dialog 1 Animations with `myDialog.getOpenAnimation()` dialog 2 gets modified as well,...

I noticed there are some arbitrary z-index values hard-coded throughout the lib i.e. here: https://github.com/material-components/material-web/blob/7368e2a2e23cd4509e27860ef513dd6fc832964a/menu/lib/_menu.scss#L66 Feel like this should be managed by a CSS var at the least. But y'all...

### What is affected? Accessibility, Component ### Description In the playground sample, there's a md-list basic example with request-activation. The [event is documented without description](https://material-web.dev/components/list/#events), so I may misinterpret what...

Use `@lit-labs/react` to generate react wrappers for our components

Type: Feature

Two phases: 1. docs on how to wrap a component in `@lit/react` + Lit SSR NextJS integration library 2. once #4432 is completed update docs to point to those

### What is affected? Component ### Description When I switch tabs, I would expect tab-panels to animate the same way (but opposite direction) as `md-primary-tab` or `md-secondary-tab`, however it does...

### Discussed in https://github.com/material-components/material-web/discussions/5365 Originally posted by **Gnuk** January 5, 2024 Hi, From 1.1.1, do you know how to keep label always floating with a visible placeholder on a `Text...