Skip to content

Commit a93cb46

Browse files
crisbetodevversion
authored andcommitted
fix: select animation not being reset on close
1 parent 7b3367a commit a93cb46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/select/select.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,9 @@ export class MdSelect implements AfterContentInit, ControlValueAccessor, OnDestr
447447
this.onOpen.emit();
448448
} else {
449449
this.onClose.emit();
450+
451+
// TODO(crisbeto): follow up whether this is still needed after 4.0 final.
452+
this._panelDoneAnimating = false;
450453
}
451454
}
452455

0 commit comments

Comments
 (0)