material-web
material-web copied to clipboard
Material Design Web Components
**Describe the bug** When using the yarn package manager with PnP, mwc-icon-button (at 0.25.3) is missing a dependency on @material/mwc-base, which is only provided as a devDependency. **To Reproduce** Steps...
**Describe the bug** When using an mwc-dialog containing an mwc-select with the fixedMenuPosition attribute on it causes the footer actions to bleed through the slotted mwc-list-items. **To Reproduce** Steps to...
**Describe the bug** The APIs for `mwc-button` and `mwc-icon-button` have no way to set the `aria-expanded` attribute on the `` element. This is needed, for example, when the button is...
**Describe the bug** The `mwc-linear-progress` and `mwc-circular-progress` components provide no way to give the element with `role="progressbar"` an accessible name through their APIs. There are also several other ARIA attributes...
The SelectedDetail should be importable from the `@material/mwc-select` package. Right now it's only exported from `@material/mwc-list` despite being an event that `Select` fires.
[mwc-button] outlined button **--mdc-theme-primary** will also set button text color, using **--mdc-theme-on-primary** won't set the text color. eg: ``` mwc-button[outlined] { --mdc-theme-primary: yellow; --mdc-theme-on-primary: black; --mdc-button-outline-color: red; } ``` The...
the `mwc-dialog` component currently hard codes: - `role="alertdialog"` - `aria-describedby="content"` This only makes sense for dialogs that meet the extra qualifications for an ARIA alert, but most dialogs do not...
**Describe the bug** Due to this: https://github.com/material-components/material-web/blob/23ed27ac770da1799dac1ee547aa5ba6248d5e3d/packages/dialog/mwc-dialog-base.ts#L363-L373 Specifically the `close` line, means that we will later emit a `closed` event among other things even though our dialog is no longer...