mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(input): fix text type for select change event
This commit is contained in:
@ -12,7 +12,7 @@ export interface InputChangeEvent {
|
|||||||
|
|
||||||
export interface SelectInputChangeEvent {
|
export interface SelectInputChangeEvent {
|
||||||
value: any | any[] | undefined;
|
value: any | any[] | undefined;
|
||||||
text: string;
|
text: string | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface StyleEvent {
|
export interface StyleEvent {
|
||||||
|
Reference in New Issue
Block a user