mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge branch 'master' of github.com:driftyco/ionic; branch 'onDidDismiss-doc' of https://github.com/icedt89/ionic
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user