Merge branch 'master' of github.com:driftyco/ionic; branch 'onDidDismiss-doc' of https://github.com/icedt89/ionic

This commit is contained in:
Manuel Mtz-Almeida
2017-05-05 00:32:10 +02:00
3 changed files with 6 additions and 6 deletions

View File

@@ -370,7 +370,7 @@ export class Select extends BaseInput<any> implements OnDestroy {
this._fireFocus();
overlay.onDidDismiss((value: any) => {
overlay.onDidDismiss((value: any, role: string) => {
this._fireBlur();
this._overlay = undefined;
});