Misc changes 2

This commit is contained in:
Manuel Mtz-Almeida
2017-03-28 21:37:11 +02:00
parent c19615ed11
commit 6360d41f6a
7 changed files with 21 additions and 23 deletions

View File

@ -326,9 +326,9 @@ export class Select extends BaseInput<string[]> implements AfterViewInit, OnDest
}
overlay.present(selectOptions);
this._setFocus();
this._fireFocus();
overlay.onDidDismiss(() => {
this._setBlur();
this._fireBlur();
});
}