Elliott Marquez
Elliott Marquez
Hello, this is a known issue with textfield. Upstream MDC library refactor in the works right now should fix this. In the meantime you'll have to call [`textfield.layout()`](https://github.com/Polymer/lit-html/blob/f6ad532defc6dc03bda6a98bb83f9d3d01efc9f4/packages/reactive-element/src/reactive-element.ts#L427).
Unfortunately extending the header to something other than text this is outside of the [material design dialog spec](https://material.io/components/dialogs/). We ask that you please instead override the render function as that...
Reopening for further discussion
Progress is still being done on this as we are moving onto button finalization work. Stuck behind a rearchitecture of our styles, but likely answer is that there will likely...
Hello, we do not currently have any plans to implement a standalone overlay layer. We generally seek to provide only the components defined by the material design spec and not...
Overlaying components is an issue we've been having in our system already (see select inside of a dialog) and we're still investigating methods for hoisting ala React portals. Will definitely...
We have decided to look into investigating this further (though in all likelihood we will be awaiting for the next version of lit-element to be released before we implement this...
Heya, I'm no longer on Material Web and now I work alongside them rather than on the project itself. That said, the findings of my implementation is that unless we...
This should be coming soon in our tokenization efforts
Upcoming tokens will be: ``` --mdc-dialog-container-color --mdc-dialog-container-elevation --mdc-dialog-container-shadow-color --mdc-dialog-container-shape --mdc-dialog-with-divider-divider-color --mdc-dialog-with-divider-divider-height --mdc-dialog-with-icon-icon-size --mdc-dialog-with-icon-icon-color --mdc-dialog-subhead-font --mdc-dialog-subhead-line-height --mdc-dialog-subhead-size --mdc-dialog-subhead-weight --mdc-dialog-subhead-tracking --mdc-dialog-subhead-color --mdc-dialog-supporting-text-font --mdc-dialog-supporting-text-line-height --mdc-dialog-supporting-text-size --mdc-dialog-supporting-text-weight --mdc-dialog-supporting-text-tracking --mdc-dialog-supporting-text-color --mdc-dialog-action-label-text-font --mdc-dialog-action-label-text-line-height --mdc-dialog-action-label-text-size --mdc-dialog-action-label-text-weight --mdc-dialog-action-label-text-tracking...