material-web
material-web copied to clipboard
Material Design Web Components
The `mwc-dialog` component will only move initial focus onto the dialog when the `dialogInitialFocus` attribute is set on a slotted element. If not set, focus remains on the element that...
**Describe the bug** the types values of 'submit', 'reset', 'button' will render the native input element as a button, therefore breaks the UI and place a button instead of the...
Code snippet: ```
**Describe the bug** It's unclear how to use list items as links. As described [here](https://github.com/material-components/material-components-web-components/issues/441) none of the strategies work. Just pointing out in case this specific instance wasn't known....
Related #328, #385 There are really only three ways to do anchors for some components: Options 1: Anchor around component: ```html ``` Option 2: Facade anchor attributes ```html ``` Option...
Fixes #3396 by adding a simple focus method to focus the currently active tab index.
**Describe the bug** When using the tab key to interact with a tab bar in Firefox, the currently active tab does not receive focus. Ironically, using shift+tab works as expected....
refactor(button): Implement helpers in preparation for refactor to generated tokens
As seen in many libraries, in particular in angular/react material, an overlay layer was implemented to overcome zindex/layering issues in websites. As we have seen so far, you didn't implement...
**Premise:** I know that this feature is not strictly about components but is more about browsers but I have not been able to find any other information and this seems...