Elizabeth Mitchell
Elizabeth Mitchell
Thanks for the bug! This is definitely a documentation issue since textarea does not have icons.
What is the use case for removing the dialog from the DOM while it is open? I would expect a close event to be dispatched (since it is closing by...
Thanks for the explanation! We'll add it to our backlog. It probably just needs to set `this.open = false` in `disconnectedCallback`.
Fixed in https://github.com/material-components/material-web/pull/3623
> I just created a PR to fix the same issue, should have checked first :D Thanks @rhashimoto > > Should we maybe create a PR to fix all other...
Hi! This is a pretty broad topic for how we want to handle this on the web and coordinate with platforms like Chrome to handle dynamic color (aka Material You)....
This is due to https://github.com/webpack-contrib/sass-loader/issues/804. We need to update the webpack.config.js of our codelabs to use `webpackImporter: false` until this issue is resolved, or add documentation pointing to it.
What does adding this feature without custom element form submission accomplish? An `` inside a `` element will not submit it. I'd be cautious about adding `type="submit"` which could imply...
Closing as obsolete