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

Material Design Web Components

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

## Description There have been multiple issues filed around not having `.js` suffixes at the end of import statements. We should ensure that this library is usable by all manner...

Type: Feature
Focus Area: Components

**Describe the bug** Button `getRenderClasses` returns a classMap https://github.com/material-components/material-web/blob/fab48beeb9356f47eee4c481419c7ea6ef97e692/packages/button/mwc-button-base.ts#L92-L99 Switch, on the other hand, returns a simple object and is easy to extend if subclassed https://github.com/material-components/material-web/blob/fab48beeb9356f47eee4c481419c7ea6ef97e692/packages/switch/mwc-switch-base.ts#L111-L117 **Expected behavior** Align to...

Type: Bug
Focus Area: Components

**Is your feature request related to a problem? Please describe.** Previously I was using mdc-dialog so I had control over padding inside the dialog but now with mwc-dialog I can't...

Type: Feature
Styling
Component: Dialog
Focus Area: Components

** PLEASE READ THIS BEFORE FILING AN ISSUE ** **I'm submitting a:** - [x] bug report - [ ] feature request **What OS are you using?** Windows 10 **What browser(s)...

Type: Bug
Component: Tab
Focus Area: Components
Severity: Low

**Is your feature request related to a problem? Please describe.** Can be really helpfull to add a component inside the mwc-top-app-bar one. At this moment its "only" possible to add...

Type: Feature
Focus Area: Components

**Describe the bug** https://user-images.githubusercontent.com/15140652/128464410-680c9665-f272-4a51-afe5-c4fbaf408b7b.mov toggling the _**selected**_ state of non-rendered items will not apply the change until rendered back, results in a quick jumpy repainting of the checkbox **To Reproduce**...

Type: Bug
Component: Checkbox
Focus Area: Components

**Describe the bug** Modal drawers cannot be closed via keyboard (or at least, I could not find how), making them un-usable for screen reader users. **To Reproduce** - Go to...

Type: Bug
Focus Area: Components

The MDC Density system currently relies completely on Sass mixins, which is not compatible with how we are using the Sass with Web Components. We need to provide a way...

### Context In select's shadow root, we use `` this creates an `` which creates a surface that is `position:absolute`. This gives the correct behavior of menu sticking and following...

Type: Feature
Focus Area: Components