You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that a way to fix this would be to have a property in app-drawer-layout that controls whether reactiveness is on or off.
This would allow for app-drawer.opened's initial values to show when reactiveness is turned off, but they would be masked when reactiveness is turned on. This is different from simply omitting app-drawer-layout because it gives the option for reactiveness to exist later. It isn't completely intuitive, but it at least allows for every possible starting state.
Description
app-drawer-layout
is overriding the initial values forapp-drawer
.Expected outcome
With a narrow screen, if the initial value of
opened
inapp-drawer
is set totrue
the drawer should be showing.Actual outcome
With a narrow screen, if the initial value of
opened
inapp-drawer
is set totrue
the drawer is not showing andopened
is set to false.Live Demo
https://jsfiddle.net/rckqb1q7/6/
Steps to reproduce
app-drawer
true
Browsers Affected
The text was updated successfully, but these errors were encountered: