mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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