material-web
material-web copied to clipboard
Material Design Web Components
The autosuggest fails until input tag is inside form tag. https://github.com/material-components/material-components-web/issues/3174 But It doesn't work for form level autosuggest. https://github.com/w3c/webcomponents/issues/572
As far as I understand, Material has default styles for both light and dark themes. The current version of the theming guide explains how to alter a theme via CSS...
Here's a reproduction https://jsbin.com/qeconuw/edit?html,output The icon in the `mwc-button` is not aligned with the text, when used in a `mwc-dialog`. Last year I opened this issue : https://github.com/material-components/material-components-web-components/issues/1045 for the...
### Is your feature request related to a problem? Cascading menu: it is described in Material spec [here](https://material.io/components/menus#dropdown-menu) under "Cascading menu (Desktop only)".  ### Describe the solution you've considered...
An example of the bug: https://jsfiddle.net/weft_digital/s6m94cpn/18/ **Expected behavior** The menu position should update when the x and y properties are changed without having to close and reopen the menu. **Additional...
Сmponent `@material/mwc-tab-bar` does not work when importing with: `import 'https://unpkg.com/@material/mwc-tab-bar?module'`. [`mwc-tab-bar-base.ts`](https://github.com/material-components/material-web/blob/6278ee5df98ca7eae0d694e58b052fdbf4b0519d/packages/tab-bar/mwc-tab-bar-base.ts#L18) imports file [`mwc-tab-base.ts`](https://github.com/material-components/material-web/blob/6278ee5df98ca7eae0d694e58b052fdbf4b0519d/packages/tab/mwc-tab-base.ts) as `import {TabBase} from '@material/mwc-tab/mwc-tab-base';` At the same time file `mwc-tab-base.ts` imported as nested file in...
**Is your feature request related to a problem? Please describe.** The `Backdrop` component doesn't follow the `Material.io` guidelines. I suppose we could implement something similar using a combination of built...
Is your feature request related to a problem? Please describe. Can't change the z-index of a snackbar. The snackbar is hidden under a component not under my control in the...
**Describe the bug** In iPhone when the user clicks over the list item can select multiple items and we can't disable the multi-selection list item with any code recommendation in...
I'm suprised this hasn't seemed to have come up, but you should be able to pass down button types like submit and reset. ``