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? Component ### Description When I try to use md-outlined-select with Reactive Forms on Angular 17 ### Reproduction In Angular, I have a form with Reactive Forms,...

### What is affected? Component ### Description When I modify the shape of the outlined-button by applying this property `--md-outlined-button-container-shape: 8px` Then I could see on the edges the background...

### Description Hi! Love the new material components! Runs nicely alongside Vue3, without the need for any complicated adapters. I've got a slight issue with the menu though. A menu...

Initial supporting pane support. @asyncLiz not sure about the mediaqueries if they should be included.

### Description I feel like is missing an option to display the tabs vertically to display them on side of the page. Possible implementation: #5609

**Is your feature request related to a problem? Please describe.** Import MDC's [tooltip](https://github.com/material-components/material-components-web/tree/master/packages/mdc-tooltip) component into MWC. **Describe the solution you'd like** An `` or similar web component. **Describe alternatives you've...

Type: Feature

This PR resolves #5394. Let me know if I have to change anything, I have no idea what I am doing! 😆

### Description In the same way that a click is triggered for anchors on keyboard selection, I would expect the same to apply for buttons as well. However that is...

### What is affected? Component ### Description [screen-capture (10).webm](https://github.com/material-components/material-web/assets/50884231/fa853fda-a8a4-4ec6-be6b-4414e717f3f8) Should the ripple be visible permanently after touch? ### Reproduction Use ripple in some scrollable element ### Workaround . ### Is...

Fixes #5049 where the control `disabled` property itself is changed which would cause issues for `fieldset`. This commit need to be merged along with #5563. I am sorry I am...