angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.
https://pub.dev/packages/angular_components
374 stars 123 forks source link

A closed MaterialExpansionPanel does not resize as expected #428

Open stephan-gruen opened 4 years ago

stephan-gruen commented 4 years ago

If a MaterialExpansionPanel is opened and then closed and the user resize the browser, the panel will not resize smaller than the size it was closed. It will update this minimal size if the user opens and closes the panel again. This is not the expected behaviour.

dependencies:
  angular: ^6.0.0-alpha
  angular_components: ^0.14.0-alpha
    display: flex;
    flex-direction: column;
    align-items: stretch;