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

Material Design Web Components

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

Okay, this is a super specific bug, but it is definitely a bug: ![image](https://user-images.githubusercontent.com/44838784/115298869-08035080-a12c-11eb-8ee1-09f3baa350af.png) ### In code ```css .invisible { display: none; } ``` ```html function foo () { document.getElementById("1").classList.remove("invisible");...

Upstream
Component: Text Field

**Describe the bug** It is not possible to listen to a click event on a textfield icon as this style is being applied on icons : ```css .mdc-text-field__icon:not([tabindex]), .mdc-text-field__icon[tabindex="-1"] {...

Type: Bug
Component: Text Field
Focus Area: Components

Type: Feature
Source: Hooli
Component: Text Field
Focus Area: Components

**Is your feature request related to a problem? Please describe.** Text-field and its derived components have helper and helperPersistent properties. Setting just the helper property would show the helper only...

Type: Feature
Focus Area: Components

Hey everyone! Hopefully by now you've seen the Google I/O keynote news about [Material You](https://material.io/blog/announcing-material-you)! You've also probably noticed that updates to this repository have been rather slow for a...

Type: Feature
Styling
Focus Area: Components

**Is your feature request related to a problem? Please describe.** Can't change the background color of a snackbar. For example, the standard snackbar is great for dark themes, but not...

Type: Feature
Styling
Component: Snackbar
Focus Area: Components

I have 5 icon tabs running just fine using `` v0.18.0: https://modelviewer.dev/editor/ If I update to v0.21 or v0.22.1, I get only four, with a horizontal scroll to find the...

Type: Bug
Focus Area: Components

**Is your feature request related to a problem? Please describe.** We need to change the color and opacity ripple value for mvc-button. Is there any reason to not expose the...

Type: Feature
Focus Area: Components

I have a need to set `mwc-select` field width to `auto`. At the moment, this is limited by the style `.mdc-select__anchor { width: 200px; }` and is not available for...

Type: Feature
Focus Area: Components

**Describe the bug** Displaying a button containing an icon and text will not show them both vertically aligned. **To Reproduce** Steps to reproduce the behavior: Implement mwc-button with property icon...

Type: Bug
Styling
Component: Button
Focus Area: Components