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

Modular and customizable Material Design UI components for the web

Results 224 material-components-web issues
Sort by recently updated
recently updated
newest added

## Bug report Twice within `shake-keyframes` ([here](https://github.com/material-components/material-components-web/blob/master/packages/mdc-floating-label/_mixins.scss#L144) and [here](https://github.com/material-components/material-components-web/blob/master/packages/mdc-floating-label/_mixins.scss#L169)), the calc expression `calc(0 - #{$positionX})` is used. The default value for `$positionX` is `0%`, so if no alternate value is...

bug
help wanted

## Bug report Outlined type of select has noticeble outline width step around the element. ![image](https://user-images.githubusercontent.com/59342958/138925553-c6b072db-ac0f-4a44-b664-68d8c282415f.png) ### Steps to reproduce Go to https://material-components.github.io/material-components-web-catalog/#/component/select Screenshot above is taken from this link....

bug
needs-investigation

## Bug report When attempting to follow the guide the webpack.config.js file has an error when typing/pasting the 'full' version of the code for the babel-loader ### Steps to reproduce...

bug
docs

## Description Their is now a lot of "deprecation notices" when compiling the scss files... Read this : https://sass-lang.com/documentation/breaking-changes/slash-div ## Acceptance criteria It could be easy to launch the command...

## Bug report Icon button does not set colors based on theme values properly. Default color doesn't change based on theme color palette and disabled color is always set to...

bug
backlog

## Feature Request Sometimes it is required to display a list on the dark background without changing the surface color of the whole website. It will be really helpful if...

feature-request

## Bug report If a menu surface is placed inside of a dialog, and they are both opened, pressing escape will close both instead of just the dialog. Event propagation...

bug

related https://github.com/material-components/material-components-web/issues/4492#issuecomment-492226652 Feature request to generate ES6 modules from out TS files from within the /dist directory. This will help with GCC consumption.

feature-request
backlog

## Bug report If you create a list with text elements for use in a menu the list is nicely expanded horizontally to accommodate the widest text. If, however, the...

bug

## Feature Request Add filters to data table (chips and text fields) ### Proposed solution First, add chip filters, as specified in the [Material Design Guidelines](https://material.io/components/data-tables#anatomy): ![immagine](https://user-images.githubusercontent.com/9463142/129919976-f89d688a-87ab-4167-8507-e87b56924807.png) Then, add text...

feature-request