I'm using core-drawer-panel to show a left-hand menu and right-hand content. I want the menu to be closed when I open the page by default. I tried setting responsiveWidth to 9999px, which works, but the drawer is quickly shown, then hidden, every time I go to the page. Is there a style I can apply or JS I can run before polymer is "stable" to get it to hide the menu?
相关问题
- How can I dynamically add items into paper-dropdow
- 2 way data-binding between a polymer component and
- Shadow DOM CSS Styling from outside is not working
- How to get Polymer 2.0 ES5 elements working with v
- Polymer paper-dropdown-menu not rendered correctly
相关文章
- Access shadow DOM properties (polymer) with javasc
- document.querySelector() returns null
- Updating Polymer component via Websocket?
- polymer duplicate element content
- Where is it best to handle the business logic in m
- How do you bind Polymer elements to a Model in ASP
- Polymer 2.0: Notify and reflect to attribute
- Polymer paper-dialog position
Ah, this is fixed in 0.2.4: https://github.com/Polymer/core-drawer-panel/commit/68a2fc20235d5dad52cee806d29a76d9627b0ab8 but I was only using 0.2.3. Thanks for playing.