mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Misc changes 2
This commit is contained in:
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user