Elizabeth Mitchell
Elizabeth Mitchell
If a route's path is "/", `matchPath()` cannot find children. For example: ```js const router = createRouter([ { name: 'home', path: '/' }, { name: 'home.list', path: '/list' } ]);...
See https://github.com/material-components/material-components-web/issues/5925 Current variants use catalog-specific classes that show off different layouts. These can be misleading since the sample code cannot be copied without the CSS from the catalog. Additionally,...
Investigate implementing `` https://github.com/material-components/material-components-web/tree/master/packages/mdc-layout-grid
Similar to the new [calculation](https://sass-lang.com/documentation/values/calculations) type, it would be fantastic to add first-class support for the [`var()` function](https://developer.mozilla.org/en-US/docs/Web/CSS/var()) as a new `variable` type. ## Desired Features ### Meta type recognition...
I think boolean properties should behave like boolean attributes. If the value is true, the attribute exists, and does not exist if the value is false. Right now, boolean props...
## Feature Request We've had [several issues](https://github.com/material-components/material-components-web/issues?q=is%3Aissue+is%3Aclosed+sass+module) related to confusion around the Sass module system. We should improve our documentation per component that explains how to import mixins, customize variables,...
### What is affected? Component ### Description Add a feature to completely replace or add a trailing icon in multi-action chips. The feature should support adding a decorative or interactive...
### Discussed in https://github.com/material-components/material-web/discussions/5365 Originally posted by **Gnuk** January 5, 2024 Hi, From 1.1.1, do you know how to keep label always floating with a visible placeholder on a `Text...
### Description See https://github.com/material-components/material-web/issues/5313 and https://bugs.chromium.org/p/chromium/issues/detail?id=1512224 for context. The new [CloseWatcher api](https://github.com/WICG/close-watcher) introduces anti-abuse patterns where a dialog may be closed without a `cancel` event. Our dialog manually handles closing...
https://lit.dev/docs/tools/publishing/#compiling-with-typescript describes publishing `.d.ts.map` and shows `"declarationMap": true`, but does not give guidance on how TS->JS source maps should be set up.