mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(select): random type in generated.d.ts
This commit is contained in:
@ -257,7 +257,7 @@ export class Select {
|
||||
}
|
||||
|
||||
@Method()
|
||||
open(ev?: UIEvent) {
|
||||
open(ev?: UIEvent): Promise<HTMLIonActionSheetElement | HTMLIonAlertElement | HTMLIonPopoverElement>{
|
||||
let selectInterface = this.interface;
|
||||
|
||||
if ((selectInterface === 'action-sheet' || selectInterface === 'popover') && this.multiple) {
|
||||
|
Reference in New Issue
Block a user