Matt Goo
Matt Goo
related https://github.com/material-components/material-components-web/issues/4492#issuecomment-492226652 Feature request to generate ES6 modules from out TS files from within the /dist directory. This will help with GCC consumption.
Nov 13 in Discord user reports issues of being able to pass props to field. He created a codepen. JS on the right is the JSX markup. The HTML on...
An internally reported issue regarding the first example in the dialog readme: isDefault does not work on Accept, but instead appears on Dismiss. ``` My Dialog Dismiss Accept ```
Similar to text-field, all components with events should follow the [controlled component pattern](https://reactjs.org/docs/forms.html#controlled-components). This gives the developer more control over the state of the component. This should also simplify some...
steps to repro: 1. go to button page 1. open navigation drawer 1. click on Radio Button link result: radios appear not checked. expected: radios should have default checked.
See web tab: https://material-components.github.io/material-components-web-catalog/#/component/top-app-bar?variant=standard The `.mdc-top-app-bar__action-item--unbounded` elements should not have the generated class in the web code snippet. This should be denyListed and not shown to the user. This was...
Currently I'm using the [compiler](https://palantir.github.io/documentalist/#compiler). I use the compiler to build JSON, which I then use to create markdown. According to https://jsdoc.app/tags-event.html, I should be able to use `@event` tags...
[errortrace.txt](https://github.com/material-components/material-components-site-generator/files/3326961/errortrace.txt) Looks like an error with node-pre-gyp via the node-sass package. I think updating node-sass to dart-sass may fix the issue.