material-web
material-web copied to clipboard
Material Design Web Components
Fixes #3245 by adding support for the `aria-expanded` attribute in the same manner as `aria-haspopup`.
**Describe the bug** The `mwc-tab-bar` component cannot be focused programmatically via focus method. For example, if a tab bar is desired to gain focus inside a dialog, focusing the active...
I am using the `0.25.3` version. I have this logic on the main interface that implements a context menu on right click (very common thing in apps) ```javascript firstUpdated() {...
The list of mvc-select options is positioned incorrectly with fixedMenuPosition and transform: scale
**Describe the bug** mvc-select options are positioned incorrectly with fixedMenuPosition when the parent element is scaled. When I open the list, it appears on a different part of the page...
The css variable `--mdc-menu-max-height` specified in documentation doesn't work. Tried to locate it in different places (:root, body, html, target mwc-menu), but nothing is happening: the height has default value...
If the values on the ranged slider are changed, and the new values do not overlap/intersect the previous values, an error is thrown. **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** In some cases when using the fox-menu (or select) we saw that the component does not get placed where we would want it to be. For us...
**Describe the bug** The [`elevation-overlay` demo](https://material-components.github.io/material-web/demos/elevation-overlay/) fails to run. **To Reproduce** Steps to reproduce the behavior: 1. Go to [material-components.github.io/material-web/demos/elevation-overlay](https://material-components.github.io/material-web/demos/elevation-overlay/) 2. Observe the content. Or, if you prefer, the absence...
Issue: Button type submit #205