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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Bug Report
What is the expected behavior?
fxLayout shouldn't override
display: none, or should provide a way to coexist with other directives/controllersWhat is the current behavior?
fxLayout sets
display:flexevery time the screen changes past a breakpoint regardless of what was previously set.What are the steps to reproduce?
https://stackblitz.com/edit/angular-flex-layout-seed-cevrf5
What is the use-case or motivation for changing an existing behavior?
Directives are often used to hide an element. The current implementation of
fxLayoutmakes that impossibleWhich versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/core": "7.2.5",
"@angular/flex-layout": "7.0.0-beta.23"
Chrome
Is there anything else we should know?
This wasn't an issue until recently