mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(select): get multiple value selects working to set selected options
also adds e2e test for multi value
This commit is contained in:
2
packages/core/src/components.d.ts
vendored
2
packages/core/src/components.d.ts
vendored
@ -2502,7 +2502,7 @@ declare global {
|
||||
multiple?: boolean;
|
||||
interface?: string;
|
||||
interfaceOptions?: any;
|
||||
value?: string|string[];
|
||||
value?: string | string[];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user