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

Material Design Web Components

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

### What is affected? Tooling ### Description Provide a `web-types.json` file in line with Intellij standards, in order to enable syntax highlighting for Intellij IDEs. This could probably be automatically...

### What is affected? Component ### Description I would expect a md-chip when constrained by a max-width to ellipsis text instead of overflowing. ### Reproduction Here is a link to...

### What is affected? Component ### Description First click on the main body opens the menu for a choice as expected, but clicking the main body again (with the intention...

### Description As someone who is relatively brand-new to this, I'm trying to follow the quick start guide at https://github.com/material-components/material-web/blob/main/docs/quick-start.md As instructed, I've installed it by running `npm install @material/web`,...

### Description Hi, first of all, thanks a lot for fixing #4951 . During the last few days I have been upgrading my client websites' with the new material components...

### Description The documentation for Icon is not accessible from the table of contents, and the link from Icon Button documentation page points to [https://material-web.dev/components/icon-button/icon/#usage](https://material-web.dev/components/icon-button/icon/#usage), which does not exist. Instead,...

### What is affected? Component ### Description When using CSS `max-width: 50%` on a `md-menu`, the inner `div.items` inherits the `max-width` and applies it itself, which leads to wrong display....

### What is affected? Component ### Description I think in this line https://github.com/material-components/material-web/blob/main/menu/internal/menu.ts#L329-L330 could use `` querySelector(`#${CSS.escape(this.anchor)}`) `` or `document.getElementById(this.anchor)` so that id starts with digits would cause no issue....

### What is affected? Component ### Description In dark mode and when theme color is too bright, the "selected" icon (when using `icons` on `md-switch`) will turn black making it...