mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
@ -23,8 +23,8 @@ export class PickerController implements OverlayController {
|
||||
* Dismiss the open picker overlay.
|
||||
*/
|
||||
@Method()
|
||||
dismiss(data?: any, role?: string, pickerId?: number) {
|
||||
return dismissOverlay(this.doc, data, role, 'ion-picker', pickerId);
|
||||
dismiss(data?: any, role?: string, id?: string) {
|
||||
return dismissOverlay(this.doc, data, role, 'ion-picker', id);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user