diff --git a/core/src/utils/input-interface.ts b/core/src/utils/input-interface.ts index dc5738f6ce..f366bcaa74 100644 --- a/core/src/utils/input-interface.ts +++ b/core/src/utils/input-interface.ts @@ -12,7 +12,7 @@ export interface InputChangeEvent { export interface SelectInputChangeEvent { value: any | any[] | undefined; - text: string; + text: string | undefined; } export interface StyleEvent {